fix: match case toggle

This commit is contained in:
Konstantinos Kaloutas
2022-08-24 09:47:16 +03:00
committed by Tienson Qin
parent 006a07a1ed
commit 9f921013bc
3 changed files with 5 additions and 4 deletions

View File

@@ -13,5 +13,9 @@
.ui__button {
margin-top: 0;
&.active {
color: var(--ls-link-text-color);
}
}
}