style: adjust size of top bar icons
This commit is contained in:
parent
09f44fc1a0
commit
08f22073bd
4 changed files with 4 additions and 4 deletions
|
|
@ -87,5 +87,5 @@ export type TPrimaryPageLayoutRef = {
|
|||
}
|
||||
|
||||
function PrimaryPageTitlebar({ children }: { children?: React.ReactNode }) {
|
||||
return <Titlebar className="h-12 p-1">{children}</Titlebar>
|
||||
return <Titlebar className="p-1">{children}</Titlebar>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ export function SecondaryPageTitlebar({
|
|||
hideBackButton?: boolean
|
||||
}): JSX.Element {
|
||||
return (
|
||||
<Titlebar className="h-12 flex gap-1 p-1 items-center justify-between font-semibold">
|
||||
<Titlebar className="flex gap-1 p-1 items-center justify-between font-semibold">
|
||||
{hideBackButton ? (
|
||||
<div className="flex gap-2 items-center pl-3 w-fit truncate text-lg font-semibold">
|
||||
{title}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue