We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1305d33 commit 6ca9183Copy full SHA for 6ca9183
README.md
@@ -21,7 +21,7 @@ implementation("com.github.Kyant0:m3color:2024.3")
21
```AppTheme``` function in Theme.kt
22
```kotlin
23
val keyColor = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
24
- colorResource(id = android.R.color.system_accent1_400)
+ colorResource(id = android.R.color.system_accent1_500)
25
} else {
26
Color(0xFF007FAC)
27
}
0 commit comments