Fix active key state

This commit is contained in:
Will Scullin
2023-12-28 17:43:36 -08:00
parent 184a102877
commit 7c2c2a3e6d

View File

@@ -71,7 +71,7 @@
border-radius: 5px;
cursor: pointer;
.active {
&.active {
color: #4f4;
}