Skip to content

Commit

Permalink
fix: color bug
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Oct 30, 2024
1 parent 5233c53 commit 776c38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/migration/MigrationListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export const MigrationListItem = ({
<Button
variant="outlined"
size="small"
sx={{ width: '50px', background: 'white' }}
sx={{ width: '50px', background: theme.palette.background.paper }}
disabled
>
<Typography variant="buttonS" color={baseColor}>
Expand All @@ -287,7 +287,7 @@ export const MigrationListItem = ({
<Button
variant="outlined"
size="small"
sx={{ width: '50px', background: 'white' }}
sx={{ width: '50px', background: theme.palette.background.paper }}
disabled
>
<Typography variant="buttonS" color={baseColor}>
Expand Down

0 comments on commit 776c38b

Please sign in to comment.