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,
|
value = passwordField,
|
||||||
singleLine = true,
|
singleLine = true,
|
||||||
label = { Text("Password", fontSize = 14.sp) },
|
label = { Text("Password", fontSize = 14.sp) },
|
||||||
textStyle = TextStyle(fontSize = 14.sp),
|
textStyle = TextStyle(fontSize = 14.sp, color = MaterialTheme.colors.primaryTextColor),
|
||||||
onValueChange = {
|
onValueChange = {
|
||||||
passwordField = it
|
passwordField = it
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user