Pixed password field text color in dark theme

This commit is contained in:
Abdelilah El Aissaoui 2021-12-12 00:43:01 +01:00
parent 2e2277885c
commit 0fec32e25f

View File

@ -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
}, },