aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Timer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Timer.tsx b/src/components/Timer.tsx
index c9d7adf..e90c3ce 100644
--- a/src/components/Timer.tsx
+++ b/src/components/Timer.tsx
@@ -81,7 +81,7 @@ const Timer: React.FC = () => {
return (
<>
- <span>{ displayTime }</span>
+ <b>{ displayTime }</b>
<p>{ helperText[mode] }</p>
</>
);