From 526495ab4372dcb1a3591077ac5a2748c4a06e72 Mon Sep 17 00:00:00 2001 From: ThatMegamind Date: Tue, 30 Apr 2024 20:54:34 -0700 Subject: [PATCH] increased size of tags and fixed confirm button bug --- src/components/Dropdown/Dropdown.jsx | 1 + src/components/Events/DailyEvent.jsx | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Dropdown/Dropdown.jsx b/src/components/Dropdown/Dropdown.jsx index af5860a..53bb138 100644 --- a/src/components/Dropdown/Dropdown.jsx +++ b/src/components/Dropdown/Dropdown.jsx @@ -75,6 +75,7 @@ const Dropdown = ({ options, filter, selected, defaults, badgeColor, width }) => borderRadius="10rem" fontWeight="normal" px="0.5rem" + py="0.2rem" mr="0.125rem" > {option} diff --git a/src/components/Events/DailyEvent.jsx b/src/components/Events/DailyEvent.jsx index 436dc07..c991c5a 100644 --- a/src/components/Events/DailyEvent.jsx +++ b/src/components/Events/DailyEvent.jsx @@ -18,6 +18,7 @@ const DailyEvent = ({ event }) => { useEffect(() => { setEventData(event); + setConfirmEvent(event.confirmed); if (event.year) { if( event.year.length == 2) @@ -73,11 +74,11 @@ const DailyEvent = ({ event }) => { return (