aboutsummaryrefslogtreecommitdiff
path: root/src/components/Timer.tsx
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-05-04 12:57:59 +0300
committereug-vs <eugene@eug-vs.xyz>2022-05-04 12:57:59 +0300
commit997999bf618ea4c4fc8c4f6a27534afa97f3731a (patch)
treea2d68e90b156843fec8a729092eee57982a312e3 /src/components/Timer.tsx
parentf35c1cf5480f7506442ac4c9170c5e0a1a4a8b15 (diff)
downloadchrono-cube-ui-997999bf618ea4c4fc8c4f6a27534afa97f3731a.tar.gz
feat: add css
Diffstat (limited to 'src/components/Timer.tsx')
-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>
</>
);