summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-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>