mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: use primary foreground color for floated label
Change from secondary (gray) to primary (white) for better visibility on dark node backgrounds.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
:class="
|
||||
cn(
|
||||
'rounded-lg space-y-1 focus-within:ring focus-within:ring-component-node-widget-background-highlighted transition-all',
|
||||
'[&_label]:bg-transparent [&_label]:text-component-node-foreground-secondary [&_label]:text-xs',
|
||||
'[&_label]:bg-transparent [&_label]:text-component-node-foreground [&_label]:text-xs',
|
||||
widget.borderStyle
|
||||
)
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user