Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 58d7eb5

Browse files
committed
PricingBox make the corners rounded.
1 parent 70d1751 commit 58d7eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PricingBox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const StyledPricingBox = styled.div<StyledPricingBoxProps>`
3030
background-position: ${({ background }) => background ? 'left' : null};
3131
border: 1px solid ${colors.offWhite2};
3232
background-color: ${colors.offWhite};
33+
border-radius: 3px;
3334
3435
@media(min-width: ${sizes.breakpoints.md}) {
3536
z-index: ${({ transform }) => transform ? '1' : null};

0 commit comments

Comments
 (0)