active state fix

This commit is contained in:
Cory Dransfeldt 2023-03-14 12:49:59 -07:00
parent e135250c43
commit 3ccf5498d4
No known key found for this signature in database

View file

@ -33,5 +33,5 @@
}
.active {
@apply text-primary-400;
@apply text-primary-400 !important;
}