mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 23:41:18 +02:00
snake_case icons and better toast styles
This commit is contained in:
@@ -100,10 +100,10 @@ export function Tabs({
|
||||
>
|
||||
{option && 'shortLabel' in option
|
||||
? option.shortLabel
|
||||
: option?.label ?? 'Unknown'}
|
||||
: (option?.label ?? 'Unknown')}
|
||||
<Icon
|
||||
size="sm"
|
||||
icon="chevronDown"
|
||||
icon="chevron_down"
|
||||
className={classNames('ml-1', isActive ? 'text-text-subtle' : 'opacity-50')}
|
||||
/>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user