Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
benmalcom committed Feb 28, 2024
1 parent 1a0e1c5 commit d139579
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import styled from 'styled-components';

export const InfoWrapper = styled.div`
width: 100%;
display: flex;
`;

export const ModalSignWrapper = styled.div`
width: 550px;
margin: 0 auto;
Expand All @@ -17,6 +12,7 @@ export const ModalSignWrapper = styled.div`
font-size: 12px;
font-weight: 500;
color: #1b1b1b;
text-align: center;
&.error {
color: #A81500;
}
Expand Down

0 comments on commit d139579

Please sign in to comment.