Skip to content

Commit

Permalink
fix: 바텀시트 padding bottom 값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
corinthionia committed Nov 20, 2023
1 parent b47c2ee commit ae310e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/result/bottomSheet/index.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ export const Overlay = styled.div`
export const Wrapper = styled.div`
width: 100%;
max-width: 412px;
height: 279px;
border-radius: 12px 12px 0 0;
background: ${theme.colors.gray01};
position: fixed;
z-index: 4;
bottom: 0;
animation: ${slideUpAnimation} 0.5s;
`;

Expand All @@ -48,7 +46,6 @@ export const HeaderBar = styled.div`

export const Body = styled.div`
width: 100%;
height: 257px;
padding: 17px 20px 0 20px;
`;

Expand All @@ -61,5 +58,4 @@ export const Content = styled.div`
width: 100%;
margin-top: 24px;
position: relative;
height: 197px;
`;
1 change: 1 addition & 0 deletions src/components/result/option/index.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export const Wrapper = styled.div`
flex-wrap: wrap;
row-gap: 5px;
column-gap: 6px;
padding-bottom: 100px;
`;

0 comments on commit ae310e3

Please sign in to comment.