mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 22:52:12 -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:
@@ -106,10 +106,10 @@ defineEmits<{
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
padding: 4px 10px;
|
||||
background: rgba(59, 130, 246, 0.15);
|
||||
border: 1px solid rgba(59, 130, 246, 0.4);
|
||||
background: rgba(66, 153, 225, 0.15);
|
||||
border: 1px solid rgba(66, 153, 225, 0.4);
|
||||
border-radius: 4px;
|
||||
color: #3b82f6;
|
||||
color: #4299e1;
|
||||
}
|
||||
|
||||
.summary-view__badge-icon {
|
||||
|
||||
Reference in New Issue
Block a user