mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-09 12:39:23 -03:00
- Unify button styles (padding, gap, border-radius, hover states) in _base.css - Fix .secondary-btn syntax error (extra space in var()) - Remove duplicated .card-actions in card.css - Replace hardcoded #f0f0f0 with --surface-hover token - Replace #ffc107 with accessible #d4a017 for favorite stars - Replace hardcoded rgba shadows with semantic --shadow-* tokens in layout.css - Replace hardcoded rgba(0,0,0,0.03)/rgba(255,255,255,0.03) with --surface-hover - Remove redundant [data-theme=dark] overrides by using theme-aware tokens - Replace .dropdown-main hardcoded border with --border-color token