There was an error while loading. Please reload this page.
1 parent 44b4678 commit 159a5ebCopy full SHA for 159a5eb
src/theme/components/image.ts
@@ -1,12 +1,12 @@
1
// Image
2
const sizes = {
3
- '2xs': 6,
4
- 'xs': 10,
5
- 'sm': 16,
6
- 'md': 20,
7
- 'lg': 24,
8
- 'xl': 32,
9
- '2xl': 64,
+ '2xs': '6',
+ 'xs': '10',
+ 'sm': '16',
+ 'md': '20',
+ 'lg': '24',
+ 'xl': '32',
+ '2xl': '64',
10
'full': '100%',
11
};
12
src/theme/styled-system.ts
@@ -129,7 +129,6 @@ export const position = {
129
position: true,
130
zIndex: {
131
property: 'zIndex',
132
- scale: 'zIndices',
133
},
134
top: {
135
property: 'top',
0 commit comments