mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
interface: fix colour display in group switcher
This commit is contained in:
parent
dcce7fffaf
commit
4db8996651
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user