Skip to content

Commit

Permalink
feat: change game result modal layout
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAyeon committed Mar 3, 2024
1 parent 44448c5 commit d9bfc51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/atoms/divider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Divider = () => {
<Image
src="/assets/divider/pink.png"
height={3}
width={180}
width={84}
alt="pink divider"
/>
</DividerWrapper>
Expand All @@ -17,5 +17,5 @@ const Divider = () => {
export default Divider

const DividerWrapper = styled.div`
margin: 1.5rem 0;
margin: 1rem 0;
`
1 change: 0 additions & 1 deletion components/modal/GameResultModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const GameResultModal = ({
color={"--color-pink-01"}
/>
</PlayResultContainer>
<Divider />
</Container>
</Modal.Body>
</Modal.Content>
Expand Down

0 comments on commit d9bfc51

Please sign in to comment.