mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 16:59:45 +00:00
apply review comments
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user