Skip to content

Commit

Permalink
made stat button bigger to match add day button
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatMegamind committed Apr 27, 2024
1 parent bcf04e4 commit 1218461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Events/PublishedScheduleTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const PublishedScheduleTable = ({ season, allSeasons }) => {
bottom="6rem"
right={{ base: '1rem', lg: '2rem', xl: '3rem' }}
fontSize="1.25rem"
w="3rem"
h="3rem"
w="3.25rem"
h="3.25rem"
_hover={{ bgColor: 'blue.500' }}
onClick={onOpenStats}
icon={<IoStatsChart />}
Expand Down

0 comments on commit 1218461

Please sign in to comment.