Skip to content

Commit 6ca9183

Browse files
committed
Update README
1 parent 1305d33 commit 6ca9183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ implementation("com.github.Kyant0:m3color:2024.3")
2121
```AppTheme``` function in Theme.kt
2222
```kotlin
2323
val keyColor = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
24-
colorResource(id = android.R.color.system_accent1_400)
24+
colorResource(id = android.R.color.system_accent1_500)
2525
} else {
2626
Color(0xFF007FAC)
2727
}

0 commit comments

Comments
 (0)