switch countries

This commit is contained in:
Benjamin Takats
2022-12-02 17:14:29 +01:00
parent 6bb074148c
commit e362cf6f18
8 changed files with 47 additions and 22 deletions

View File

@@ -42,13 +42,36 @@ module.exports = {
'300': '#FABE75',
'400': '#F9A949',
'500': '#F7931A',
'600': '#D47807',
'700': '#9E5906',
'600': '#F7931A',
'700': '#F7931A',
'800': '#673B04',
'900': '#361F02'
},
'yellow': {
'50': '#FEF3E6',
'100': '#FDEAD3',
'200': '#FCD3A1',
'300': '#FABE75',
'400': '#F9A949',
'500': '#F7931A',
'600': '#F7931A',
'700': '#F7931A',
'800': '#673B04',
'900': '#361F02'
},
primary: colors.amber,
secondary: colors.slate,
secondary: {
'50': '#f7f7f7',
'100': '#e3e3e3',
'200': '#c8c8c8',
'300': '#a4a4a4',
'400': '#818181',
'500': '#666666',
'600': '#515151',
'700': '#434343',
'800': '#383838',
'900': '#151515',
},
positive: colors.emerald,
negative: colors.red,
warning: colors.amber,