Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 2f61e95

Browse files
committed
feat: add back left padding
1 parent 66541a3 commit 2f61e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Main/Calendar/Calendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Calendar as CalendarIcon } from "phosphor-react";
1717
export const Calendar = () => (
1818
<Flex w={"full"} h="full" direction={"column"} align="center">
1919
<Card bg="transparent" shadow="xl">
20-
<CardHeader padding="0px">
20+
<CardHeader paddingBottom="0px" paddingTop="0px" paddingRight="0px">
2121
<Heading size="md" display={"flex"} alignItems="center" gap={2}>
2222
<Icon
2323
rounded="full"

0 commit comments

Comments
 (0)