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

@ -10,7 +10,7 @@ export function Titlebar({
return (
<div
className={cn(
'sticky top-0 w-full z-40 bg-background [&_svg]:size-4 [&_svg]:shrink-0',
'sticky top-0 w-full h-12 z-40 bg-background [&_svg]:size-5 [&_svg]:shrink-0',
className
)}
>