From 281633f944d2ad35436b412f82c85aeab67aa29f Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:19:54 +0300 Subject: [PATCH] fix: incorrect background color reference in `sx` prop --- src/app/_components/Portal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) => (