Skip to content

Commit

Permalink
fix(TimePicker): spacing between hours, minutes, and meridian
Browse files Browse the repository at this point in the history
  • Loading branch information
N00nDay committed Oct 21, 2023
1 parent d6dc990 commit d553bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/datepicker/TimePicker.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
class:h-14={mobile}
class:px-3={mobile}
class:gap-3={mobile}
class:gap-2={!mobile}
class:gap-0={!mobile}
>
{#if mobile}
{#if format.includes('H')}
Expand Down

0 comments on commit d553bcd

Please sign in to comment.