From 3c9a96e7ab1f685785fcc1063dd91b3f464f5934 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 13 Jul 2022 19:32:01 +0200 Subject: [PATCH] fix(ui) - meta list more popup color --- frontend/app/components/ui/Popup/Popup.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/app/components/ui/Popup/Popup.tsx b/frontend/app/components/ui/Popup/Popup.tsx index c8928fa07..129b9a8a4 100644 --- a/frontend/app/components/ui/Popup/Popup.tsx +++ b/frontend/app/components/ui/Popup/Popup.tsx @@ -21,6 +21,7 @@ export default ({ delay = 1000, disabled = false, arrow = true, + theme = 'dark', ...props }: Props) => ( { props.children }