Skip to content

Commit

Permalink
update modal wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Jun 27, 2024
1 parent 150d35b commit 8282b28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/organisms/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function Banner() {
</S.Wrapper>
{!patchApplied && showUpdate && (
<Modal header={'Update your profile process!'} handleClose={() => setShowUpdate(false)}>
<S.MWrapper>
<S.MWrapper className={'modal-wrapper'}>
<p>An important update has been added to enhance the security of your profile.</p>
<p>
This update ensures that only trusted messages are processed by your profile, protecting your data and
Expand Down
1 change: 0 additions & 1 deletion src/components/organisms/Banner/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const Wrapper = styled.div`
`;

export const MWrapper = styled.div`
padding: 0 20px;
p {
font-size: ${(props) => props.theme.typography.size.base};
font-family: ${(props) => props.theme.typography.family.primary};
Expand Down

0 comments on commit 8282b28

Please sign in to comment.