feat: simplify pill class usage

This commit is contained in:
Devin Haska 2024-11-11 17:52:27 -08:00
parent 72b80f7e8f
commit c2471ea467
8 changed files with 55 additions and 138 deletions

View file

@ -88,3 +88,15 @@
}
}
}
.button__count {
color: var(--color-fadeText);
}
@media (hover: hover) {
.button:hover {
.button__count {
color: var(--color-border);
}
}
}