Fix user menu styles

This commit is contained in:
Robert Long 2022-01-18 13:34:42 -08:00
commit 97ab7ee2c0
3 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,8 @@
.menuIcon {
width: 24px;
height: 24px;
}
.userButton svg * {
fill: var(--textColor1);
}