fix: rockets dashboard

This commit is contained in:
Angelica Willianto
2024-08-12 13:37:50 +07:00
parent 81ec666ba8
commit 17340d103b
4 changed files with 8 additions and 6 deletions

View File

@@ -14,10 +14,12 @@ const config: Config = {
center: true,
padding: '2rem',
screens: {
'2xl': '1400px'
'2xl': '1400px',
'3xl': '1750px'
}
},
extend: {
screens: { '2xl': '1400px', '3xl': '1750px' },
colors: {
border: 'hsl(var(--border) / <alpha-value>)',
input: 'hsl(var(--input) / <alpha-value>)',