Make timer bar slightly taller

This commit is contained in:
Brandon Presley 2023-11-29 09:27:56 +13:00
parent 19307a2a3c
commit 81421e5be7
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ export default function TimerProgress() {
style={{
position: "absolute",
bottom: 0,
height: 5,
}}
progress={progress}
/>