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.
1 parent ebf910e commit 6205e09Copy full SHA for 6205e09
app/src/main/java/de/tum/informatics/www1/artemis/native_app/android/ui/Color.kt
@@ -61,7 +61,7 @@ val md_theme_dark_inverseSurface = Color(0xFFE2E2E5)
61
val md_theme_dark_inversePrimary = Color(0xFF006398)
62
val md_theme_dark_shadow = Color(0xFF000000)
63
val md_theme_dark_surfaceTint = Color(0xFF93CCFF)
64
-val md_theme_dark_outlineVariant = Color(0xFF42474E)
+val md_theme_dark_outlineVariant = Color(0xFF55515B)
65
val md_theme_dark_scrim = Color(0xFF000000)
66
67
0 commit comments