apply review comments

This commit is contained in:
Johnpaul
2025-11-27 04:18:53 +01:00
parent 51ab1541dd
commit e092986cfd
3 changed files with 6 additions and 5 deletions

View File

@@ -83,8 +83,8 @@ function handleSelect(value: string | number | boolean) {
'bg-transparent border-none',
'focus:outline-none',
modelValue === option.value
? 'bg-interface-menu-component-surface-selected text-primary'
: 'text-secondary hover:bg-interface-menu-component-surface-hovered'
? 'bg-interface-menu-component-surface-selected text-base-foreground'
: 'text-muted-foreground hover:bg-interface-menu-component-surface-hovered'
)
"
:aria-pressed="modelValue === option.value"