Skip to content

Commit

Permalink
Merge pull request #334 from Aar-if/cachingLatest
Browse files Browse the repository at this point in the history
Issue #0000 chore: Resolved build issue
  • Loading branch information
itsvick authored Jul 1, 2024
2 parents 1afe52c + dc4f2d9 commit 05e8b70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/pages/blocks/centre.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const Blocks: React.FC<BlocksProps> = () => {
mt: 2,
display: 'flex',
flexDirection: 'column',
backgroundColor: theme?.palette?.warning?.A800,
backgroundColor: '#FBF4E4',
borderRadius: '8px',
p: 2,
}}
Expand Down Expand Up @@ -233,7 +233,7 @@ const Blocks: React.FC<BlocksProps> = () => {
<Box sx={{ display: 'flex', alignItems: 'center' }}>
<Box
sx={{
backgroundColor: theme?.palette?.warning?.A900,
backgroundColor: theme?.palette?.primary?.light,

display: 'flex',
alignItems: 'center',
Expand All @@ -259,7 +259,7 @@ const Blocks: React.FC<BlocksProps> = () => {
mt: 2,
display: 'flex',
flexDirection: 'column',
backgroundColor: theme?.palette?.warning?.A800,
backgroundColor: '#FBF4E4',
borderRadius: '8px',
p: 2,
}}
Expand Down Expand Up @@ -289,7 +289,7 @@ const Blocks: React.FC<BlocksProps> = () => {
<Box sx={{ display: 'flex', alignItems: 'center' }}>
<Box
sx={{
backgroundColor: theme?.palette?.warning?.A900,
backgroundColor: theme?.palette?.primary?.light,

display: 'flex',
alignItems: 'center',
Expand Down
2 changes: 0 additions & 2 deletions src/styles/customTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ const customTheme = extendTheme({
A200: '#4d4639',
A400: '#FFFFFF',
A700: '#EDEDED',
A800: '#FBF4E4',
A900: '#FFDEA1',
contrastText: ' #3B383E',
},
error: {
Expand Down

0 comments on commit 05e8b70

Please sign in to comment.