From 3c590e13fb1a091ea8fcedf17a19356a454f645c Mon Sep 17 00:00:00 2001 From: v1rtl Date: Fri, 25 Oct 2024 17:48:08 +0300 Subject: [PATCH] fix styles --- src/components/pages/migrate/MigrationTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/migrate/MigrationTab.tsx b/src/components/pages/migrate/MigrationTab.tsx index 766af96e7..9e881b8d3 100644 --- a/src/components/pages/migrate/MigrationTab.tsx +++ b/src/components/pages/migrate/MigrationTab.tsx @@ -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;