Change default extra-light color to match designs (#768D9A with 0.5 opacity on bg #0B344E is #3E5A6F

This commit is contained in:
Jože Fortun
2024-01-30 17:46:06 +03:00
committed by Mumbi Francis
parent a78d39920c
commit 001afe2dde
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ func processBrandingTheme(oldBranding *types.SettingValue) (themes []types.Theme
"warning":"#E2A046",
"danger":"#E54122",
"light":"#23495F",
"extra-light":"#768D9A",
"extra-light":"#3E5A6F",
"body-bg":"#092B40",
"sidebar-bg": "#0B344E",
"topbar-bg": "#092B40"