forked from noxious/client
Convert GUI components to Tailwind (where possible smh)
This commit is contained in:
@ -11,6 +11,9 @@ export default {
|
||||
'30px': '30px'
|
||||
},
|
||||
extend: {
|
||||
dropShadow: {
|
||||
'default': '0 3px 6px rgb(0, 0, 0)'
|
||||
},
|
||||
colors: {
|
||||
red: {
|
||||
DEFAULT: '#d50000',
|
||||
|
Reference in New Issue
Block a user