fix(indent):

This commit is contained in:
Alexander Myasoedov
2024-08-20 01:36:07 +03:00
parent ed12bc0397
commit 7e730f53cb
+3 -2
View File
@@ -21,7 +21,7 @@
technopollas: ['Technopollas', 'sans-serif'], technopollas: ['Technopollas', 'sans-serif'],
}, },
colors: { colors: {
dark:{ dark: {
bg: '#121212', bg: '#121212',
card: '#1E1E1E', card: '#1E1E1E',
text: '#FFFFFF', text: '#FFFFFF',
@@ -31,7 +31,8 @@
orange: '#FF9800', orange: '#FF9800',
yellow: '#FFEB3B', yellow: '#FFEB3B',
}, },
},}, },
},
borderRadius: { borderRadius: {
'lg': '1rem', 'lg': '1rem',
}, },