added correct unicode for switch characters + and - for light theme
This commit is contained in:
parent
253ef7c840
commit
de42849f9d
@ -31,8 +31,8 @@ void themeStartup(ThemePreset preset) {
|
|||||||
.enableWaveBlending = 0,
|
.enableWaveBlending = 0,
|
||||||
.buttonAText = "\uE0E0",
|
.buttonAText = "\uE0E0",
|
||||||
.buttonBText = "\uE0E1",
|
.buttonBText = "\uE0E1",
|
||||||
.buttonPText = "\uE0F3",
|
.buttonPText = "\uE0EF",
|
||||||
.buttonMText = "\uE0F4",
|
.buttonMText = "\uE0F0",
|
||||||
.hbmenuLogoImage = hbmenu_logo_light_bin
|
.hbmenuLogoImage = hbmenu_logo_light_bin
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user