mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 07:15:48 +00:00
refactor(ui): remove explicit icon size in Tabs and SidebarCancelButton
This commit is contained in:
@@ -85,7 +85,7 @@ export function Tabs<
|
||||
onTabChange(id as TKey)
|
||||
}}
|
||||
>
|
||||
{icon && <Icon icon={icon} size="1.25rem" />}
|
||||
{icon && <Icon icon={icon} />}
|
||||
<Text
|
||||
as="span"
|
||||
display="block"
|
||||
|
||||
@@ -25,7 +25,7 @@ export function SidebarCancelButton({ onClick }: { onClick: () => void }) {
|
||||
setIsSidebarOpen(false)
|
||||
}}
|
||||
>
|
||||
<Icon icon="tabler:x" size="1.25rem" />
|
||||
<Icon icon="tabler:x" />
|
||||
</Text>
|
||||
</Box>
|
||||
</Transition>
|
||||
|
||||
Reference in New Issue
Block a user