Skip to content

Commit

Permalink
Update border-radius in SwipeUpContainer component
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Dec 29, 2023
1 parent 455e911 commit ae7ddc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/SwipeUpContainer/SwipeUpContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface IStyledSwipeUpContainer {
const StyledSwipeUpContainer = styled.div<IStyledSwipeUpContainer>`
width: 100%;
max-height: 90%;
border-radius: ${({ theme }) => theme.borderRadius.xxxl} ${({ theme }) => theme.borderRadius.xxxl} 0 0;
border-radius: ${({ theme }) => theme.borderRadius.xl} ${({ theme }) => theme.borderRadius.xl} 0 0;
position: sticky;
top: 0;
box-shadow: unset;
Expand Down

0 comments on commit ae7ddc6

Please sign in to comment.