3
0

Update provisioning for light and extra-light

This commit is contained in:
Mumbi Francis
2024-01-26 15:03:21 +03:00
parent 5951811d6e
commit eded8d843c

View File

@@ -122,6 +122,10 @@ func processBrandingTheme(oldBranding *types.SettingValue) (themes []types.Theme
}
for key, bmValue := range brandingMap {
if key == "light" || key == "extra-light" {
continue
}
if _, ok := lightModeMap[key]; ok {
lightModeMap[key] = bmValue
}