mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-14 17:53:21 -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:
@@ -104,8 +104,8 @@ defineEmits<{
|
||||
}
|
||||
|
||||
.toggle-switch--active .toggle-switch__track {
|
||||
background: rgba(34, 197, 94, 0.3);
|
||||
border-color: rgba(34, 197, 94, 0.6);
|
||||
background: rgba(66, 153, 225, 0.3);
|
||||
border-color: rgba(66, 153, 225, 0.6);
|
||||
}
|
||||
|
||||
.toggle-switch__thumb {
|
||||
@@ -122,7 +122,7 @@ defineEmits<{
|
||||
|
||||
.toggle-switch--active .toggle-switch__thumb {
|
||||
transform: translateX(16px);
|
||||
background: #22c55e;
|
||||
background: #4299e1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user