Pixed password field text color in dark theme
This commit is contained in:
parent
2e2277885c
commit
0fec32e25f
@ -87,7 +87,7 @@ fun UserPasswordDialog(
|
||||
value = passwordField,
|
||||
singleLine = true,
|
||||
label = { Text("Password", fontSize = 14.sp) },
|
||||
textStyle = TextStyle(fontSize = 14.sp),
|
||||
textStyle = TextStyle(fontSize = 14.sp, color = MaterialTheme.colors.primaryTextColor),
|
||||
onValueChange = {
|
||||
passwordField = it
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user