From c8a345406c467f1623a239d00521d3caaeb1ba81 Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 4 Aug 2025 22:43:38 +0200 Subject: [PATCH] Updated packages and some other colours --- app/assets/theme.css | 6 +- .../calendar/input/EventCategories.vue | 4 +- .../calendar/input/EventCategory.vue | 2 +- app/components/calendar/input/RPGDate.vue | 11 +- app/components/global/input/Color.vue | 10 +- app/components/ui/select/SelectContent.vue | 2 +- app/components/ui/select/SelectTrigger.vue | 2 +- package.json | 20 +- pnpm-lock.yaml | 1054 +++++++++-------- supabase/migrations/202401_init.sql | 4 +- 10 files changed, 573 insertions(+), 542 deletions(-) diff --git a/app/assets/theme.css b/app/assets/theme.css index 388425f..312f9c3 100644 --- a/app/assets/theme.css +++ b/app/assets/theme.css @@ -24,7 +24,7 @@ --accent: hsl(11, 100%, 86%); --accent-foreground: hsl(222.2 84% 4.9%); - --destructive: hsl(0, 62%, 49%); + --destructive: hsl(0, 100%, 63%); --destructive-foreground: hsl(210 40% 98%); --success: hsl(156 72% 67%); @@ -59,8 +59,8 @@ --secondary: hsl(222.2 47.4% 11.2%); --secondary-foreground: hsl(210 40% 98%); - --accent: hsl(11, 78%, 67%); - --accent-foreground: hsl(210 40% 98%); + --accent: hsl(11, 87%, 69%); + --accent-foreground: hsl(222.2 84% 4.9%); --destructive: hsl(0, 62%, 49%); --destructive-foreground: hsl(210 40% 98%); diff --git a/app/components/calendar/input/EventCategories.vue b/app/components/calendar/input/EventCategories.vue index 1600536..08eb167 100644 --- a/app/components/calendar/input/EventCategories.vue +++ b/app/components/calendar/input/EventCategories.vue @@ -37,7 +37,7 @@ const filteredCategories = computed(() => role="combobox" :aria-expanded="isPopoverOpen" aria-controls="event-categories" - class="relative w-full max-w-full h-fit justify-between" + class="relative w-full max-w-full h-fit justify-between hover:bg-secondary hover:text-primary-foreground" >