From 47af7f5d8867c81296432177f86d688a80b749be Mon Sep 17 00:00:00 2001 From: Starstrike Date: Wed, 30 Apr 2025 14:18:53 -0400 Subject: [PATCH] Fix admin button styling to show 'Manage RSVPs' text --- frontend/src/components/EventList.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/EventList.tsx b/frontend/src/components/EventList.tsx index e130a80..f6b8de4 100644 --- a/frontend/src/components/EventList.tsx +++ b/frontend/src/components/EventList.tsx @@ -92,10 +92,10 @@ const EventList: React.FC = () => { handleAdminClick(event); }} color="primary" - aria-label="admin" - variant="text" + aria-label="manage rsvps" + variant="outlined" startIcon={} - size="small" + sx={{ ml: 1 }} > Manage RSVPs