diff --git a/src/components/Titlebar/index.tsx b/src/components/Titlebar/index.tsx
index b18fede9..0636896c 100644
--- a/src/components/Titlebar/index.tsx
+++ b/src/components/Titlebar/index.tsx
@@ -10,7 +10,7 @@ export function Titlebar({
return (
diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx
index bd74058f..1c3cc575 100644
--- a/src/components/ui/button.tsx
+++ b/src/components/ui/button.tsx
@@ -23,7 +23,7 @@ const buttonVariants = cva(
sm: 'h-8 rounded-md px-3 text-xs',
lg: 'h-10 rounded-md px-8',
icon: 'h-9 w-9',
- 'titlebar-icon': 'h-10 w-10 rounded-lg'
+ 'titlebar-icon': 'h-10 w-10 rounded-lg [&_svg]:size-5'
}
},
defaultVariants: {
diff --git a/src/layouts/PrimaryPageLayout/index.tsx b/src/layouts/PrimaryPageLayout/index.tsx
index c23986dc..511b49f4 100644
--- a/src/layouts/PrimaryPageLayout/index.tsx
+++ b/src/layouts/PrimaryPageLayout/index.tsx
@@ -87,5 +87,5 @@ export type TPrimaryPageLayoutRef = {
}
function PrimaryPageTitlebar({ children }: { children?: React.ReactNode }) {
- return
{children}
+ return
{children}
}
diff --git a/src/layouts/SecondaryPageLayout/index.tsx b/src/layouts/SecondaryPageLayout/index.tsx
index 5dd2ff50..b2797657 100644
--- a/src/layouts/SecondaryPageLayout/index.tsx
+++ b/src/layouts/SecondaryPageLayout/index.tsx
@@ -105,7 +105,7 @@ export function SecondaryPageTitlebar({
hideBackButton?: boolean
}): JSX.Element {
return (
-
+
{hideBackButton ? (
{title}