fix: add missing colors
All checks were successful
Build / build (push) Successful in 4m29s
Build / deploy-stage (push) Successful in 2m58s
Build / switch-stage (push) Successful in 2m8s

This commit is contained in:
2025-04-22 22:24:46 +02:00
parent 755168d0e6
commit e0fef8a7f8

View File

@@ -40,6 +40,8 @@ const config = {
colors: { colors: {
primary: 'var(--color-primary)', primary: 'var(--color-primary)',
'primary-dark': 'var(--color-primary-dark)', 'primary-dark': 'var(--color-primary-dark)',
'light-grey': 'var(--color-light-grey)',
'dark-grey': 'var(--color-dark-grey)',
}, },
backgroundImage: { backgroundImage: {
'hero-gradient': 'hero-gradient':