Skip to content

Commit

Permalink
fix(frontend): additional padding for statistics card
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Dec 10, 2024
1 parent c28971d commit 17606c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/app/routes/_dashboard.analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ const StatisticsCard = () => {
{(_, { fitness }) => ({
totalItems: fitness.workoutCount + fitness.measurementCount,
render: (
<SimpleGrid cols={3} h="100%" w="100%">
<SimpleGrid cols={3} h="100%" w="100%" p={{ base: "md", md: "xl" }}>
<StatItem
label="Workouts"
icon={IconStretching}
Expand Down

0 comments on commit 17606c3

Please sign in to comment.