Remove grey colors
This commit is contained in:
parent
f36f6b8358
commit
1c5718f9aa
|
@ -4,17 +4,6 @@ export default {
|
|||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
gray: {
|
||||
100: '#f7fafc',
|
||||
200: '#edf2f7',
|
||||
300: '#e2e8f0',
|
||||
400: '#cbd5e0',
|
||||
500: '#a0aec0',
|
||||
600: '#718096',
|
||||
700: '#4a5568',
|
||||
800: '#2d3748',
|
||||
900: '#1a202c',
|
||||
},
|
||||
edit: {
|
||||
DEFAULT: 'hsl(20, 77%, 55%)',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue