Enhance Header and List components with compact mode functionality

This commit is contained in:
sHa
2025-05-04 12:48:15 +03:00
parent 2d9de12630
commit f017d480e8
5 changed files with 163 additions and 36 deletions

View File

@@ -226,7 +226,7 @@
margin-left: 0.5em;
}
.brand-filter-btn:hover {
background: var(--color-accent, #4f8cff);
background: var(--color-accent-light, #e0f0ff);
color: #fff;
}
.brand-filter-btn.common-btn {