mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix(ui/header): change font sizes [EE-3966] (#7485)
This commit is contained in:
parent
4c23513a41
commit
eda8347091
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ export function HeaderTitle({ title, children }: PropsWithChildren<Props>) {
|
|||
return (
|
||||
<div className="flex justify-between whitespace-normal pt-3">
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="font-medium text-3xl text-gray-11 th-dark:text-white th-highcontrast:text-white">
|
||||
<div className="font-medium text-2xl text-gray-11 th-dark:text-white th-highcontrast:text-white">
|
||||
{title}
|
||||
</div>
|
||||
{children && <span>{children}</span>}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue