fix build error; nav active state

This commit is contained in:
Cory Dransfeldt 2023-03-14 10:07:18 -07:00
parent 1d1bb8f37a
commit 063ed23406
No known key found for this signature in database
4 changed files with 11 additions and 6 deletions

View file

@ -31,3 +31,7 @@
.icon-inline svg {
@apply inline;
}
.active {
@apply text-primary-400;
}