Fix admin button styling to show 'Manage RSVPs' text

This commit is contained in:
2025-04-30 14:18:53 -04:00
parent 1f331c7f74
commit 47af7f5d88

View File

@@ -92,10 +92,10 @@ const EventList: React.FC = () => {
handleAdminClick(event);
}}
color="primary"
aria-label="admin"
variant="text"
aria-label="manage rsvps"
variant="outlined"
startIcon={<AdminPanelSettingsIcon />}
size="small"
sx={{ ml: 1 }}
>
Manage RSVPs
</Button>