add new color for error
This commit is contained in:
parent
3e810c80e9
commit
c869ce47c5
@ -7,7 +7,8 @@ export default {
|
|||||||
current: 'currentColor',
|
current: 'currentColor',
|
||||||
primary: '#202225',
|
primary: '#202225',
|
||||||
secondary: '#2f3136',
|
secondary: '#2f3136',
|
||||||
tertiary: '#a8adb3'
|
tertiary: '#a8adb3',
|
||||||
|
error: '#ff5454',
|
||||||
},
|
},
|
||||||
borderColor: {
|
borderColor: {
|
||||||
primary: '#38444d',
|
primary: '#38444d',
|
||||||
|
Loading…
Reference in New Issue
Block a user