Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Oct 25, 2024
1 parent 39c5e7f commit 3c590e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/migrate/MigrationTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Caption = styled(Typography)`
max-width: 538px;
`

const GetStarted = styled(MigrationSection)(
const GetStarted = styled.div(
({ theme }) => css`
& > div button span {
display: flex;
Expand Down

0 comments on commit 3c590e1

Please sign in to comment.