Skip to content

Commit

Permalink
UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Jun 24, 2024
1 parent 314d146 commit 5a1b821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/exercise-splits/manage/structure/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
bind:value={splitDay.name}
/>
</Table.Cell>
<Table.Cell class="p-0">
<Table.Cell class="p-0 text-center">
<Checkbox
checked={splitDay.isRestDay}
onCheckedChange={(checked) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
bind:value={splitDay.name}
/>
</Table.Cell>
<Table.Cell class="p-0">
<Table.Cell class="p-0 text-center">
<Checkbox
checked={splitDay.isRestDay}
onCheckedChange={(checked) => {
Expand Down

0 comments on commit 5a1b821

Please sign in to comment.