summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/color.c')
-rw-r--r--src/ui/color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/color.c b/src/ui/color.c
index 6cbbdf28..a6ba18e4 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -305,7 +305,7 @@ void setThemePalette_Color(enum iColorTheme theme) {
305 0.4f)); 305 0.4f));
306 uiPalette_[uiMarked_ColorId ].a = 128; 306 uiPalette_[uiMarked_ColorId ].a = 128;
307 uiPalette_[uiMatching_ColorId].a = 128; 307 uiPalette_[uiMatching_ColorId].a = 128;
308 if (deviceType_App() == phone_AppDeviceType) { 308 if (deviceType_App() != desktop_AppDeviceType) {
309 copy_(uiInputBackground_ColorId, uiBackgroundSidebar_ColorId); 309 copy_(uiInputBackground_ColorId, uiBackgroundSidebar_ColorId);
310 copy_(uiInputFrame_ColorId, uiBackgroundSidebar_ColorId); 310 copy_(uiInputFrame_ColorId, uiBackgroundSidebar_ColorId);
311 copy_(uiInputFrameFocused_ColorId, uiBackgroundSidebar_ColorId); 311 copy_(uiInputFrameFocused_ColorId, uiBackgroundSidebar_ColorId);