From e466472dc11bba31937c3e59558cf9db4ff3838a Mon Sep 17 00:00:00 2001 From: Guillermo Pages Date: Thu, 6 Feb 2025 21:07:56 +0100 Subject: [PATCH] feat: works --- src/App.module.scss | 2 +- src/components/calendar/Day/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.module.scss b/src/App.module.scss index fb1de9e..88c6a02 100644 --- a/src/App.module.scss +++ b/src/App.module.scss @@ -1,4 +1,4 @@ -@use '../shared/colors' as colors; +@use './components/calendar/shared/colors' as colors; .container { padding: 1rem; diff --git a/src/components/calendar/Day/index.tsx b/src/components/calendar/Day/index.tsx index ad28dd5..4d28f70 100644 --- a/src/components/calendar/Day/index.tsx +++ b/src/components/calendar/Day/index.tsx @@ -78,7 +78,7 @@ export const Day: React.FC = ({