We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b79f7c + 6532d06 commit e23d00bCopy full SHA for e23d00b
1 file changed
ui/src/main/java/com/nextcloud/android/common/ui/theme/utils/MaterialViewThemeUtils.kt
@@ -135,7 +135,7 @@ class MaterialViewThemeUtils
135
cardView.setStrokeColor(
136
buildColorStateList(
137
android.R.attr.state_checked to dynamicColor.primary().getArgb(scheme),
138
- -android.R.attr.state_checked to dynamicColor.outline().getArgb(scheme)
+ -android.R.attr.state_checked to dynamicColor.outlineVariant().getArgb(scheme)
139
)
140
141
}
0 commit comments