Fix emoji category colors on light theme

This commit is contained in:
Ensar Sarajčić 2023-08-30 09:49:47 +02:00
parent b7383c7594
commit e38ba4ed19
1 changed files with 1 additions and 1 deletions

View File

@ -1581,7 +1581,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
),
intArrayOf(
context.getProperPrimaryColor(),
Color.WHITE
context.getProperTextColor()
)
)
}