1
0
forked from noxious/client

Convert GUI components to Tailwind (where possible smh)

This commit is contained in:
2024-07-06 17:18:39 +02:00
parent 59f5e5ad52
commit c544e0a12a
3 changed files with 104 additions and 270 deletions

View File

@ -11,6 +11,9 @@ export default {
'30px': '30px'
},
extend: {
dropShadow: {
'default': '0 3px 6px rgb(0, 0, 0)'
},
colors: {
red: {
DEFAULT: '#d50000',