fix: add .dimension-btn-active CSS class for DimensionFilter active state

This commit is contained in:
yumoqing 2026-07-30 15:58:51 +08:00
parent 850d44ddb5
commit 9f4ca625c6

View File

@ -972,3 +972,9 @@ hr {
align-items: center;
justify-content: center;
}
/* DimensionFilter active state */
.dimension-btn-active {
background-color: var(--sage-brand, #6366f1) !important;
color: #fff !important;
}