change primary and secondary color

This commit is contained in:
NCanggoro 2023-09-01 20:46:13 +07:00
parent 43ded0c67d
commit 8101fba3d9

View File

@ -5,8 +5,8 @@ export default {
colors: {
transparent: 'transparent',
current: 'currentColor',
primary: '#3d3d3d',
secondary: '#4b4b4b'
primary: '#202225',
secondary: '#2f3136'
},
fontSize: {
xs: ['0.75rem', { lineHeight: '1rem' }],