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 3e9d8e6 commit 14e7611Copy full SHA for 14e7611
app/src/main/kotlin/com/simplemobiletools/keyboard/extensions/Context.kt
@@ -47,7 +47,7 @@ fun Context.getStrokeColor(): Int {
47
resources.getColor(R.color.md_grey_400, theme)
48
}
49
} else {
50
- val lighterColor = getProperBackgroundColor().lightenColor()
+ val lighterColor = safeStorageContext.getProperBackgroundColor().lightenColor()
51
if (lighterColor == Color.WHITE || lighterColor == Color.BLACK) {
52
resources.getColor(R.color.divider_grey, theme)
53
0 commit comments