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 = () => {