Skip to content

Commit 8ed8a4d

Browse files
committed
Bigger rest timer
1 parent 0f94c93 commit 8ed8a4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/components/RestTimer.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
});
3131
</script>
3232

33-
<tr class="text-2xl">
33+
<tr>
3434
<td style="text-align:center;" colspan="3">
3535
<div class="flex flex-col jutify-right">
3636
<span class="text-sm">Rest</span>
37-
<strong class="tabular-nums">{formattedTime}</strong>
37+
<strong class="text-5xl tabular-nums">{formattedTime}</strong>
3838
</div>
3939
</td>
4040
</tr>

0 commit comments

Comments
 (0)