From 6532d0631ff03384914bcd1a47b9ecac98421df6 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 27 Feb 2026 23:51:43 +0100 Subject: [PATCH] style(card): Update to M3 outlined style Signed-off-by: Andy Scherzinger --- .../android/common/ui/theme/utils/MaterialViewThemeUtils.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main/java/com/nextcloud/android/common/ui/theme/utils/MaterialViewThemeUtils.kt b/ui/src/main/java/com/nextcloud/android/common/ui/theme/utils/MaterialViewThemeUtils.kt index 74dfc8df..b3c2c006 100644 --- a/ui/src/main/java/com/nextcloud/android/common/ui/theme/utils/MaterialViewThemeUtils.kt +++ b/ui/src/main/java/com/nextcloud/android/common/ui/theme/utils/MaterialViewThemeUtils.kt @@ -135,7 +135,7 @@ class MaterialViewThemeUtils cardView.setStrokeColor( buildColorStateList( android.R.attr.state_checked to dynamicColor.primary().getArgb(scheme), - -android.R.attr.state_checked to dynamicColor.outline().getArgb(scheme) + -android.R.attr.state_checked to dynamicColor.outlineVariant().getArgb(scheme) ) ) }