style: adjust size of top bar icons

This commit is contained in:
codytseng 2025-02-22 01:13:41 +08:00
parent 09f44fc1a0
commit 08f22073bd
4 changed files with 4 additions and 4 deletions

View file

@ -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>
}