Skip to content

Commit a45bebc

Browse files
committed
Fixed a small issue with textfield
1 parent f465077 commit a45bebc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/textfield/TextFieldColors.kt

-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ fun mullvadWhiteTextFieldColors(): TextFieldColors =
4141
focusedIndicatorColor = MaterialTheme.colorScheme.onPrimary,
4242
unfocusedIndicatorColor = MaterialTheme.colorScheme.onPrimary,
4343
errorIndicatorColor = MaterialTheme.colorScheme.error,
44-
focusedContainerColor = MaterialTheme.colorScheme.onBackground,
45-
unfocusedContainerColor = MaterialTheme.colorScheme.onBackground,
46-
errorContainerColor = MaterialTheme.colorScheme.onBackground,
47-
disabledContainerColor = MaterialTheme.colorScheme.onBackground
4844
)
4945

5046
@Preview

0 commit comments

Comments
 (0)