Skip to content

Commit

Permalink
fix(components): fix max width in purchase summary component
Browse files Browse the repository at this point in the history
  • Loading branch information
DhyonKeyllon committed Nov 12, 2024
1 parent 6fa9fd5 commit 4c3cd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chardonnay",
"version": "1.0.40",
"version": "1.0.41",
"description": "A mobile first frontend framework made with wine",
"homepage": "https://vissimo-group.github.io/chardonnay/",
"main": "./dist/index.js",
Expand Down Expand Up @@ -107,4 +107,4 @@
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}
}
1 change: 0 additions & 1 deletion src/components/PurchaseSummary/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const PurchaseSummaryContainer = styled.div`
background-color: ${Colors.light.neutral.neutral100};
flex-wrap: wrap;
padding: 16px;
max-width: 420px;
width: 100%;
border: 1px solid ${Colors.light.neutral.neutral200};
border-radius: ${BorderRadius[3]};
Expand Down

0 comments on commit 4c3cd11

Please sign in to comment.