Skip to content

Commit

Permalink
fix: decrease xs margin
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Jul 23, 2023
1 parent c2b9dac commit 3cc85e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giveth/ui-design-system",
"version": "1.11.13",
"version": "1.11.14",
"files": [
"/lib"
],
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const gutters = {
};

const margins = {
xs: '32px',
xs: '16px',
sm: '32px',
md: '40px',
lg: '32px',
Expand Down

0 comments on commit 3cc85e5

Please sign in to comment.