From 4db899665157f76cb6bcbc892c0f142febe90ac7 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Wed, 7 Oct 2020 17:09:36 -0400 Subject: [PATCH] interface: fix colour display in group switcher --- pkg/interface/src/views/landscape/components/GroupSwitcher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx b/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx index 531dcad2a..b3dd28294 100644 --- a/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx +++ b/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx @@ -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'