-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT/#23] 포커스 여부에 따라 힌트 텍스트 색상 변경 #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
천재개발자 김아린!!! 진짜 멋있어용❤️❤️
@@ -98,7 +111,7 @@ fun TerningBasicTextField( | |||
Text( | |||
text = hint, | |||
style = textStyle, | |||
color = hintColor | |||
color = if (isFocused.value) hintColor else textColor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고했어요~~!!!!!
|
||
val startDestination = SignIn | ||
val startDestination = Search |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
잡았다!!
keyboardActions = KeyboardActions( | ||
onDone = { | ||
keyboardController?.hide() | ||
focusManager.clearFocus() | ||
} | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
줄바꿈 굿!
} | ||
.onFocusChanged { | ||
isFocused.value = it.isFocused |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오호~ 바로 구현해내는 폼 미쳐따
⛳️ Work Description
📸 Screenshot
23.mp4
📢 To Reviewers