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