Skip to content

Commit

Permalink
feat : update atoms/button/style.js (#83)
Browse files Browse the repository at this point in the history
통계, 예측 버튼 css 추가
  • Loading branch information
JungYeonHwi committed Oct 23, 2023
1 parent a28529e commit aec01d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/atoms/button/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ const StyledButton = styled.button`
width : 20vw;
height : 5vh;
}
&.infoButton {
font-size: 12px;
font-weight: 400;
background-color : white;
}
`

Expand Down

0 comments on commit aec01d8

Please sign in to comment.