From 99d16d215fc97b028149725b05b6544d30a170ed Mon Sep 17 00:00:00 2001 From: carlossa Date: Tue, 21 May 2024 11:56:30 +0200 Subject: [PATCH] refs #6332 colors --- src/components/ui/QCalendarMonthWrapper.vue | 1 - src/pages/Worker/Card/WorkerCalendarItem.vue | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/QCalendarMonthWrapper.vue b/src/components/ui/QCalendarMonthWrapper.vue index 5e3cdadc7..896fb1974 100644 --- a/src/components/ui/QCalendarMonthWrapper.vue +++ b/src/components/ui/QCalendarMonthWrapper.vue @@ -50,7 +50,6 @@ const containerClasses = computed(() => { // Cambia los colores del día actual del calendario por los de salix --calendar-border-current-dark: #84d0e2 2px solid; --calendar-border-current: #84d0e2 2px solid; - --calendar-current-color-dark: #84d0e2; // Colores de fondo del calendario en dark mode --calendar-outside-background-dark: #222; --calendar-background-dark: #222; diff --git a/src/pages/Worker/Card/WorkerCalendarItem.vue b/src/pages/Worker/Card/WorkerCalendarItem.vue index 4787c3fd3..65ed8522a 100644 --- a/src/pages/Worker/Card/WorkerCalendarItem.vue +++ b/src/pages/Worker/Card/WorkerCalendarItem.vue @@ -238,6 +238,7 @@ watch(_year, (newValue) => { &.--festive { border: 2px solid $negative; + color: $negative; } &:hover {