mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-11 17:46:41 -05:00
Fix tab flexbox issue
This commit is contained in:
@@ -142,7 +142,7 @@ export function Tabs({
|
||||
>
|
||||
<Button
|
||||
rightSlot={
|
||||
<>
|
||||
<div className="flex items-center">
|
||||
{t.rightSlot}
|
||||
<Icon
|
||||
size="sm"
|
||||
@@ -152,7 +152,7 @@ export function Tabs({
|
||||
isActive ? 'text-text-subtle' : 'text-text-subtlest',
|
||||
)}
|
||||
/>
|
||||
</>
|
||||
</div>
|
||||
}
|
||||
{...btnProps}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user