Skip to content

Commit

Permalink
fix: adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperorb committed Apr 27, 2024
1 parent 07ae8fb commit 1dd4eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/ui/DateTime.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<div class="datetime" class:fullWidth>
<div class="date">
<label for="date">{m.date()}</label>
<Spacing size={1} />
<Spacing size={2} />
<input type="date" id="date" on:input={onChangeDate} value={dateString} />
</div>
<div class="time">
<label for="time">{m.time()}</label>
<Spacing size={1} />
<Spacing size={2} />
<input type="time" id="time" on:input={onChangeTime} value={timeString} />
</div>
</div>
Expand Down

0 comments on commit 1dd4eb6

Please sign in to comment.