Update theme action icon

This commit is contained in:
Aleksandras Kostarevas 2024-07-22 01:24:24 +03:00
parent 4db0ea6833
commit 4011ea365c

View File

@ -8,7 +8,7 @@ import org.futo.inputmethod.latin.uix.ActionWindow
import org.futo.inputmethod.latin.uix.theme.selector.ThemePicker
val ThemeAction = Action(
icon = R.drawable.eye,
icon = R.drawable.themes,
name = R.string.theme_switcher_action_title,
simplePressImpl = null,
canShowKeyboard = true,