Skip to content

Commit

Permalink
Update Layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AW101607 authored Nov 7, 2024
1 parent 7714290 commit e774896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const Layout = () => {
selectors: {
['@media (min-width: 480px)']: {
maxWidth: '600px',
background: '#FFFFFF',
background: '#940000',
boxShadow: '0px 14px 28.8px rgba(0, 0, 0, 0.24), 0px 0px 8px rgba(0, 0, 0, 0.2)',
borderRadius: '8px',
maxHeight: '200px',
Expand Down

0 comments on commit e774896

Please sign in to comment.