Skip to content

Commit

Permalink
- Reverted color change
Browse files Browse the repository at this point in the history
  • Loading branch information
askNilesh committed Jun 13, 2024
1 parent a78abe7 commit 78e30a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ import kotlinx.coroutines.delay
top = 0.dp, bottom = 0.dp, end = 10.dp, start = 10.dp
),
colors = TextFieldDefaults.colors(
cursorColor = TUITheme.colors.error,
cursorColor = TUITheme.colors.inputText,
focusedTextColor = TUITheme.colors.inputText,
unfocusedTextColor = TUITheme.colors.inputText,
unfocusedPlaceholderColor = TUITheme.colors.inputText.copy(alpha = 0.7f),
Expand Down

0 comments on commit 78e30a9

Please sign in to comment.