add new default color and fix bugs

This commit is contained in:
F4ilji
2025-04-05 18:36:32 +05:00
parent 8aeef476ae
commit f0f9a6fbd2
94 changed files with 317 additions and 318 deletions
+18 -3
View File
@@ -23,9 +23,24 @@ export default {
colors: {
'secondAzure': '#26ACB8',
'secondDarkBlue': '#2C6288',
'primaryBlue': '#1E57A3',
'primaryRed': '#C52227',
'primaryBlue': '#2D4191',
'primaryRed': '#E7544A',
primary: {
DEFAULT: '#2D4191',
light: '#4A5FA3',
lighter: '#6F7FB7',
dark: '#233376',
hover: '#3A52B0',
active: '#1E2F6D',
},
secondary: {
DEFAULT: '#E7544A',
light: '#EF7A72',
lighter: '#F7A099',
dark: '#D43E34',
hover: '#E6635A',
active: '#CC3A30',
},
},
},
},