Skip to content

Commit

Permalink
Calendar spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
avgupta456 committed Nov 23, 2023
1 parent f1485ad commit 82a3b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Wrapped/Specifics/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Calendar = ({
to={endDate}
emptyColor="#EBEDF0"
colors={['#9BE9A8', '#40C463', '#30A14E', '#216E39']}
margin={{ top: 0, right: 0, bottom: 0, left: 0 }}
margin={{ top: 10, right: 0, bottom: 0, left: 0 }}
monthBorderColor="#ffffff"
dayBorderWidth={2}
dayBorderColor="#ffffff"
Expand Down

0 comments on commit 82a3b21

Please sign in to comment.