summaryrefslogtreecommitdiff
path: root/src/ui/color.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-10 14:13:52 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-10 14:13:52 +0200
commit199e99d120086af2e782ca994a3df080401e33de (patch)
tree0b8ce2d9906996e83c9f5c952556c0171189a5bd /src/ui/color.c
parent388a9e4e9266b0514503f3fc2aaf9e216ab86da9 (diff)
Mobile: Styling for regular dialogs
Diffstat (limited to 'src/ui/color.c')
-rw-r--r--src/ui/color.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/color.c b/src/ui/color.c
index c751fec2..9776440f 100644
--- a/src/ui/color.c
+++ b/src/ui/color.c
@@ -302,6 +302,8 @@ void setThemePalette_Color(enum iColorTheme theme) {
302 if (deviceType_App() == phone_AppDeviceType) { 302 if (deviceType_App() == phone_AppDeviceType) {
303 copy_(uiInputBackground_ColorId, uiBackgroundSidebar_ColorId); 303 copy_(uiInputBackground_ColorId, uiBackgroundSidebar_ColorId);
304 copy_(uiInputFrame_ColorId, uiBackgroundSidebar_ColorId); 304 copy_(uiInputFrame_ColorId, uiBackgroundSidebar_ColorId);
305 copy_(uiInputFrameFocused_ColorId, uiBackgroundSidebar_ColorId);
306 copy_(uiInputBackgroundFocused_ColorId, uiBackgroundSidebar_ColorId);
305 } 307 }
306} 308}
307 309