mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-05-17 02:27:36 -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:
@@ -82,9 +82,9 @@ const variantClass = computed(() => {
|
||||
|
||||
/* Variants */
|
||||
.filter-chip--include {
|
||||
background: rgba(34, 197, 94, 0.15);
|
||||
border-color: rgba(34, 197, 94, 0.4);
|
||||
color: #22c55e;
|
||||
background: rgba(66, 153, 225, 0.15);
|
||||
border-color: rgba(66, 153, 225, 0.4);
|
||||
color: #4299e1;
|
||||
}
|
||||
|
||||
.filter-chip--exclude {
|
||||
|
||||
Reference in New Issue
Block a user