Skip to content

Commit e476b60

Browse files
committed
fix: shifting base spacing from 24px to 16px
1 parent f4d9813 commit e476b60

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/theme/spacings.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ import { forEach } from 'lodash';
22

33
export const spacing = {
44
none: '0',
5-
xss: '4px',
5+
xxs: '4px',
66
xs: '8px',
7-
small: '16px',
8-
base: '24px',
9-
large: '48px',
10-
xl: '64px',
7+
small: '12px',
8+
base: '16px',
9+
medium: '24px',
10+
large: '32px',
11+
xl: '48px',
12+
xxl: '64px',
1113
};
1214

1315
// Collects all theme spacing vars as SCSS vars.

0 commit comments

Comments
 (0)