mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
CustomizeDialog: Correct color of text field content
This commit is contained in:
@@ -76,7 +76,8 @@ fun CustomizeDialog(
|
||||
},
|
||||
singleLine = true,
|
||||
colors = TextFieldDefaults.outlinedTextFieldColors(
|
||||
unfocusedBorderColor = MaterialTheme.colors.onSurface.copy(alpha = 0.12F)
|
||||
unfocusedBorderColor = MaterialTheme.colors.onSurface.copy(alpha = 0.12F),
|
||||
textColor = MaterialTheme.colors.onSurface
|
||||
),
|
||||
shape = MaterialTheme.shapes.large,
|
||||
label = { Text(text = stringResource(id = R.string.label)) },
|
||||
|
||||
Reference in New Issue
Block a user