From dc4f2d91f27b5871bc2f050f6e42be82633ca9ab Mon Sep 17 00:00:00 2001 From: Arif Date: Mon, 1 Jul 2024 16:48:02 +0530 Subject: [PATCH] Issue #0000 chore: Resolved build issue --- src/pages/blocks/centre.tsx | 8 ++++---- src/styles/customTheme.tsx | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/pages/blocks/centre.tsx b/src/pages/blocks/centre.tsx index 0833398e..2ce48293 100644 --- a/src/pages/blocks/centre.tsx +++ b/src/pages/blocks/centre.tsx @@ -203,7 +203,7 @@ const Blocks: React.FC = () => { mt: 2, display: 'flex', flexDirection: 'column', - backgroundColor: theme?.palette?.warning?.A800, + backgroundColor: '#FBF4E4', borderRadius: '8px', p: 2, }} @@ -233,7 +233,7 @@ const Blocks: React.FC = () => { = () => { mt: 2, display: 'flex', flexDirection: 'column', - backgroundColor: theme?.palette?.warning?.A800, + backgroundColor: '#FBF4E4', borderRadius: '8px', p: 2, }} @@ -289,7 +289,7 @@ const Blocks: React.FC = () => {