diff options
Diffstat (limited to 'src/components/Timer.tsx')
-rw-r--r-- | src/components/Timer.tsx | 2 |
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> </> ); |