File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
mobile/src/main/java/com/windscribe/mobile/ui/preferences Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ import com.windscribe.mobile.ui.helper.hapticClickable
58
58
import com.windscribe.mobile.ui.nav.LocalNavController
59
59
import com.windscribe.mobile.ui.nav.Screen
60
60
import com.windscribe.mobile.ui.theme.AppColors
61
+ import com.windscribe.mobile.ui.theme.backgroundColor
61
62
import com.windscribe.mobile.ui.theme.font12
62
63
import com.windscribe.mobile.ui.theme.font14
63
64
import com.windscribe.mobile.ui.theme.font16
@@ -202,7 +203,8 @@ private fun TextFieldDialog(
202
203
disabledContainerColor = MaterialTheme .colorScheme.primaryTextColor,
203
204
focusedTextColor = MaterialTheme .colorScheme.preferencesBackgroundColor,
204
205
unfocusedTextColor = MaterialTheme .colorScheme.preferencesBackgroundColor,
205
- disabledTextColor = MaterialTheme .colorScheme.preferencesBackgroundColor
206
+ disabledTextColor = MaterialTheme .colorScheme.preferencesBackgroundColor,
207
+ cursorColor = MaterialTheme .colorScheme.backgroundColor,
206
208
),
207
209
placeholder = {
208
210
Text (
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ private fun TextField(
221
221
unfocusedIndicatorColor = Color .Transparent ,
222
222
focusedIndicatorColor = Color .Transparent ,
223
223
errorIndicatorColor = Color .Transparent ,
224
- cursorColor = AppColors .white ,
224
+ cursorColor = MaterialTheme .colorScheme.primaryTextColor ,
225
225
disabledIndicatorColor = Color .Transparent ,
226
226
),
227
227
visualTransformation = VisualTransformation .None ,
You can’t perform that action at this time.
0 commit comments