diff --git a/src/app/_components/Portal/index.tsx b/src/app/_components/Portal/index.tsx index a07500b04..a60e092b5 100644 --- a/src/app/_components/Portal/index.tsx +++ b/src/app/_components/Portal/index.tsx @@ -34,7 +34,7 @@ const BUILDER_LIST = [ const Portal = () => { return ( - + theme.palette.background.light }}> {BUILDER_LIST.map(({ title, items }) => (