Add selected state.

This commit is contained in:
Mike Cao 2023-04-16 20:46:38 -07:00
parent 7e79711900
commit 561770a469
2 changed files with 11 additions and 1 deletions

View file

@ -13,3 +13,7 @@
padding: 0;
border-radius: var(--border-radius);
}
.selected {
font-weight: 700;
}