Skip to content

Commit

Permalink
feat : update atoms/text/style.js (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYeonHwi committed Nov 2, 2023
1 parent 639714a commit fbebf13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/atoms/text/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,12 @@ const StyledText = styled.p`
background-color: #ff2e2e;
}
&.confirmOrderTitle{
width : 100px;
font-size : 13px;
font-weight : 900;
margin : 0;
}
`

Expand Down

0 comments on commit fbebf13

Please sign in to comment.