From 7c86cd08ebd110374c98b7bee878a2e0474b993d 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 }