snake_case icons and better toast styles

This commit is contained in:
Gregory Schier
2024-09-20 07:30:11 -07:00
parent a18271d306
commit 93633875ac
55 changed files with 309 additions and 262 deletions

View File

@@ -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>