File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,21 +23,21 @@ export const columnGap = style({
23
23
prop : 'columnGap' ,
24
24
themeKey : 'spacing' ,
25
25
// although grid-column-gap is deprecated in favor of column-gap seems to error in react
26
- cssProperty : 'grid-column-gap '
26
+ cssProperty : 'gridColumnGap '
27
27
} )
28
28
29
29
export const rowGap = style ( {
30
30
prop : 'rowGap' ,
31
31
themeKey : 'spacing' ,
32
32
// although grid-row-gap is deprecated in favor of row-gap seems to error in react
33
- cssProperty : 'grid-row-gap '
33
+ cssProperty : 'gridRowGap '
34
34
} )
35
35
36
36
export const gap = style ( {
37
37
prop : 'gap' ,
38
38
themeKey : 'spacing' ,
39
39
// although grid-gap is deprecated in favor of gap seems to error in react
40
- cssProperty : 'grid-gap '
40
+ cssProperty : 'gridGap '
41
41
} )
42
42
43
43
export const justifyItems = style ( {
You can’t perform that action at this time.
0 commit comments