mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-01-10 08:33:38 +01:00
Fix emoji category colors on light theme
This commit is contained in:
parent
b7383c7594
commit
e38ba4ed19
@ -1581,7 +1581,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
||||
),
|
||||
intArrayOf(
|
||||
context.getProperPrimaryColor(),
|
||||
Color.WHITE
|
||||
context.getProperTextColor()
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user