Skip to content
Snippets Groups Projects

style(tailwind): add colors for theme

Merged mateuszmiko requested to merge style/add_tailwind_color_theme into development
All threads resolved!
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -8,10 +8,6 @@ const config: Config = {
],
theme: {
extend: {
backgroundImage: {
'gradient-radial': 'radial-gradient(var(--tw-gradient-stops))',
'gradient-conic': 'conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))',
},
colors: {
primary: {
100: '#ebf4ff',
Loading