fix: add .dimension-btn-active CSS class for DimensionFilter active state
This commit is contained in:
parent
850d44ddb5
commit
9f4ca625c6
@ -972,3 +972,9 @@ hr {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* DimensionFilter active state */
|
||||||
|
.dimension-btn-active {
|
||||||
|
background-color: var(--sage-brand, #6366f1) !important;
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user