mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-26 15:38:52 -03:00
feat(ui): update LoRA pool widget color scheme and empty state styling
- Change primary accent color from green to blue across multiple components - Update background colors for better visual consistency - Improve empty state styling in TagsSection with better padding and background - Add box-sizing to BaseModelSection for consistent layout - Update CSS comments to reflect new color scheme
This commit is contained in:
@@ -160,7 +160,7 @@ const removeExclude = (path: string) => {
|
||||
}
|
||||
|
||||
.section__column-title--include {
|
||||
color: #22c55e;
|
||||
color: #4299e1;
|
||||
}
|
||||
|
||||
.section__column-title--exclude {
|
||||
@@ -214,9 +214,9 @@ const removeExclude = (path: string) => {
|
||||
}
|
||||
|
||||
.section__add-btn--include:hover {
|
||||
background: rgba(34, 197, 94, 0.2);
|
||||
border-color: #22c55e;
|
||||
color: #22c55e;
|
||||
background: rgba(66, 153, 225, 0.2);
|
||||
border-color: #4299e1;
|
||||
color: #4299e1;
|
||||
}
|
||||
|
||||
.section__add-btn--exclude:hover {
|
||||
|
||||
Reference in New Issue
Block a user