Skip to content

Commit

Permalink
fix: [GSW-2040] ConnectedSocialLogin Modal UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrg committed Jan 17, 2025
1 parent f76d978 commit 42b7be7
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ export const ConnectedSocialWalletModalWrapper = styled.div`
height: 57px;
span {
${fonts.body7}
${media.mobile} {
font-size: 16px;
}
}
}
.cancel-button {
Expand All @@ -154,9 +157,26 @@ export const ConnectedSocialWalletModalWrapper = styled.div`
&:hover {
color: ${({ theme }) => theme.color.text04};
}
${media.mobile} {
font-size: 14px;
}
}
}
}
}
}
${media.mobile} {
padding: 12px;
width: 328px;
.modal-body {
gap: 12px;
.content {
/* gap: 16px; */
.button-wrapper {
gap: 12px;
}
}
}
}
`;

0 comments on commit 42b7be7

Please sign in to comment.