Skip to content

Commit

Permalink
fix: ErrorModal の背景と文字が同化するのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Aug 28, 2024
1 parent 3238649 commit 6fb04b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/ErrorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ErrorModal = () => {
sx={{
p: 2,
borderRadius: 2,
bgcolor: 'background.default',
bgcolor: 'secondary',
display: 'grid',
gridTemplateColumns: { md: '1fr 1fr' },
gap: 2,
Expand Down

0 comments on commit 6fb04b4

Please sign in to comment.