3
0

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 13:24:53 +01:00 committed by Mumbi Francis
parent a78d39920c
commit 001afe2dde
4 changed files with 5 additions and 5 deletions

View File

@ -197,7 +197,7 @@ export default {
'warning': '#E2A046',
'danger': '#E54122',
'light': '#23495F',
'extra-light': '#768D9A',
'extra-light': '#3E5A6F',
'body-bg': '#092B40',
'sidebar-bg': '#0B344E',
'topbar-bg': '#092B40',

View File

@ -113,7 +113,7 @@
:record="record"
:module="module"
:magnified="magnified"
header-class="border-0"
header-class="border-0 border-white"
/>
<div

View File

@ -1,11 +1,11 @@
<svg width="8192" height="8192" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="smallGrid" width="8" height="8" patternUnits="userSpaceOnUse">
<path d="M 8 0 L 0 0 0 8" fill="none" stroke="#768d9a" stroke-width="0.5"/>
<path d="M 8 0 L 0 0 0 8" fill="none" stroke="#3E5A6F" stroke-width="0.5"/>
</pattern>
<pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
<rect width="80" height="80" fill="url(#smallGrid)"/>
<path d="M 80 0 L 0 0 0 80" fill="none" stroke="#768d9a" stroke-width="1"/>
<path d="M 80 0 L 0 0 0 80" fill="none" stroke="#3E5A6F" stroke-width="1"/>
</pattern>
</defs>

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 561 B

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"