change primary and secondary color
This commit is contained in:
parent
43ded0c67d
commit
8101fba3d9
@ -5,8 +5,8 @@ export default {
|
|||||||
colors: {
|
colors: {
|
||||||
transparent: 'transparent',
|
transparent: 'transparent',
|
||||||
current: 'currentColor',
|
current: 'currentColor',
|
||||||
primary: '#3d3d3d',
|
primary: '#202225',
|
||||||
secondary: '#4b4b4b'
|
secondary: '#2f3136'
|
||||||
},
|
},
|
||||||
fontSize: {
|
fontSize: {
|
||||||
xs: ['0.75rem', { lineHeight: '1rem' }],
|
xs: ['0.75rem', { lineHeight: '1rem' }],
|
||||||
|
Loading…
Reference in New Issue
Block a user