add new default color and fix bugs
This commit is contained in:
+18
-3
@@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user