Skip to content

Commit

Permalink
feat : update atoms/button/style.js (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYeonHwi committed Nov 2, 2023
1 parent 370f3b4 commit 639714a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/atoms/button/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,21 @@ const StyledButton = styled.button`
border: 0px solid ${(props) => (props.state === 'tommorowPrediction' ? 'black' : 'white')};
border-radius: 3px;
}
&.checkOrderButton {
border: 1px solid white;
border-radius: 6px;
background-color : green;
color : white;
width: 300px;
height : 40px;
display: block;
margin : 0 auto;
text-align: center;
font-size: 13px;
font-weight: 600;
font-family: "Pretendard Variable";
}
`

Expand Down

0 comments on commit 639714a

Please sign in to comment.