update colors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-30 12:53:10 +02:00
parent 1d9c38e94a
commit a8943fc924
3 changed files with 35 additions and 2 deletions

View File

@@ -15,7 +15,8 @@ export const button = cva(
variants: {
variant: {
default: "bg-main text-neutral hocus:bg-main/80",
primary: "bg-primary/50 text-main hocus:bg-primary/80",
primary:
"bg-primary dark:bg-primary/50 text-neutral dark:text-main hocus:bg-primary/80 dark:hocus:bg-primary/80",
destructive:
"bg-error text-destructive-foreground hocus:bg-destructive/90",
outline:

View File

@@ -6,7 +6,7 @@
:root {
--color-main: 0 0% 0%;
--color-main: 0 0% 10%;
--color-primary: 0 0% 0%;
--color-primary: 280 80% 50%;
--color-neutral: 0 0% 100%;
--color-neutral-accent: 0 0% 93%;
--color-highlight: 264 100% 50%;