Skip to content

Commit

Permalink
fix: calendar max-width on Themes (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakelimbo authored Jan 21, 2024
1 parent 77ec6a8 commit f222509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
};
</script>

<Card.Root class="max-w-[260px] ">
<Card.Root class="max-w-[280px] ">
<Card.Content class="p-0">
<RangeCalendar bind:value />
</Card.Content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
};
</script>

<Card.Root class="max-w-[260px]">
<Card.Root class="max-w-[280px]">
<Card.Content class="p-1">
<RangeCalendar bind:value />
</Card.Content>
Expand Down

0 comments on commit f222509

Please sign in to comment.