Skip to content

Commit

Permalink
Refactor: Refactor SelectType styled-components #103
Browse files Browse the repository at this point in the history
  • Loading branch information
sinji2102 committed Oct 11, 2023
1 parent 6e4011d commit 0ac94b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/SelectType.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ export const SelectType= () =>{

const StSelectType = styled.div`
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
justify-content: center;
height: 80vh;
background: linear-gradient(
to bottom,
Expand Down

0 comments on commit 0ac94b0

Please sign in to comment.