This commit is contained in:
Martti Malmi
2023-12-07 23:53:43 +02:00
parent 1dc3059d0d
commit 31d9c52080
3 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ export function Header() {
{!isRootTab && (
<div
onClick={scrollUp}
className="cursor-pointer flex-1 text-center p-2 overflow-hidden whitespace-nowrap truncate">
className="cursor-pointer flex-1 text-center p-2 overflow-hidden whitespace-nowrap truncate text-lg">
{title}
</div>
)}