add new color for error

This commit is contained in:
NCanggoro 2023-09-24 18:06:41 +07:00
parent 3e810c80e9
commit c869ce47c5

View File

@ -7,7 +7,8 @@ export default {
current: 'currentColor',
primary: '#202225',
secondary: '#2f3136',
tertiary: '#a8adb3'
tertiary: '#a8adb3',
error: '#ff5454',
},
borderColor: {
primary: '#38444d',