Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed May 24, 2024
1 parent 1305d33 commit 6ca9183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ implementation("com.github.Kyant0:m3color:2024.3")
```AppTheme``` function in Theme.kt
```kotlin
val keyColor = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
colorResource(id = android.R.color.system_accent1_400)
colorResource(id = android.R.color.system_accent1_500)
} else {
Color(0xFF007FAC)
}
Expand Down

0 comments on commit 6ca9183

Please sign in to comment.