summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Appbar
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-21 16:25:35 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-21 16:25:35 +0700
commitde7361718def0f6bb32294bb074841ba2c0a3ce6 (patch)
tree9265f358f5dfa496dbb564c357e89d7c7d4e0cd7 /src/core/components/elements/Appbar
parent3f2ff1475676ba47a841796e39e7d17d627e5356 (diff)
fix
Diffstat (limited to 'src/core/components/elements/Appbar')
-rw-r--r--src/core/components/elements/Appbar/Appbar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Appbar/Appbar.jsx b/src/core/components/elements/Appbar/Appbar.jsx
index 8fa5a2a7..36df9edb 100644
--- a/src/core/components/elements/Appbar/Appbar.jsx
+++ b/src/core/components/elements/Appbar/Appbar.jsx
@@ -11,7 +11,7 @@ const AppBar = ({ title }) => {
<button type="button" className="p-4" onClick={() => router.back()}>
<ChevronLeftIcon className="w-6 stroke-2" />
</button>
- <div className="font-semibold text-h-md">
+ <div className="font-medium text-h-sm line-clamp-1">
{ title }
</div>
</div>