We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa25ae7 + 48fb6a6 commit 76e42c0Copy full SHA for 76e42c0
ui/src/main/java/com/nextcloud/android/common/ui/theme/utils/MaterialViewThemeUtils.kt
@@ -403,7 +403,7 @@ class MaterialViewThemeUtils
403
404
fun colorTextInputLayout(textInputLayout: TextInputLayout) {
405
withScheme(textInputLayout) { scheme ->
406
- val errorColor = dynamicColor.surfaceVariant().getArgb(scheme)
+ val errorColor = dynamicColor.error().getArgb(scheme)
407
408
val errorColorStateList =
409
buildColorStateList(
0 commit comments