mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 22:09:55 +00:00
[CSS] Use brighter secondary menu color in light mode (#1882)
This commit is contained in:
@@ -134,7 +134,7 @@ const colorPalettes: ColorPalettes = {
|
||||
'fg-color': '#222',
|
||||
'bg-color': '#DDD',
|
||||
'comfy-menu-bg': '#F5F5F5',
|
||||
'comfy-menu-secondary-bg': '#D9D9D9',
|
||||
'comfy-menu-secondary-bg': '#EEE',
|
||||
'comfy-input-bg': '#C9C9C9',
|
||||
'input-text': '#222',
|
||||
'descrip-text': '#444',
|
||||
|
||||
Reference in New Issue
Block a user