feat(react): add full radii property
This commit is contained in:
parent
9b76ef6db2
commit
a735806d19
|
@ -34,6 +34,7 @@ export const { styled, css, keyframes, theme, createTheme, config } =
|
||||||
},
|
},
|
||||||
radii: {
|
radii: {
|
||||||
8: '8px',
|
8: '8px',
|
||||||
|
full: '100%',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue