Skip to content

Commit e23d00b

Browse files
Merge pull request #902 from nextcloud/style/noid/cardView
style(card): Update to M3 outlined style
2 parents 5b79f7c + 6532d06 commit e23d00b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/main/java/com/nextcloud/android/common/ui/theme/utils/MaterialViewThemeUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class MaterialViewThemeUtils
135135
cardView.setStrokeColor(
136136
buildColorStateList(
137137
android.R.attr.state_checked to dynamicColor.primary().getArgb(scheme),
138-
-android.R.attr.state_checked to dynamicColor.outline().getArgb(scheme)
138+
-android.R.attr.state_checked to dynamicColor.outlineVariant().getArgb(scheme)
139139
)
140140
)
141141
}

0 commit comments

Comments
 (0)