-
+
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 5d4bffa9..58d4f95f 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -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,