interface: fix colour display in group switcher

This commit is contained in:
Matilde Park 2020-10-07 17:09:36 -04:00
parent dcce7fffaf
commit 4db8996651

View File

@ -54,7 +54,7 @@ function RecentGroups(props: { recent: string[]; associations: Associations }) {
borderColor="lightGray"
height="16px"
width="16px"
bg={color}
bg={`#${color}`}
mr={2}
display="block"
flexShrink='0'