mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
Fix emoji category colors on light theme
This commit is contained in:
@ -1581,7 +1581,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
||||
),
|
||||
intArrayOf(
|
||||
context.getProperPrimaryColor(),
|
||||
Color.WHITE
|
||||
context.getProperTextColor()
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user