feat(react): add full radii property

This commit is contained in:
Pavel Prichodko 2022-03-16 14:58:22 +01:00
parent f9a99c3946
commit 8590951786
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ export const { styled, css, keyframes, theme, createTheme, config } =
}, },
radii: { radii: {
8: '8px', 8: '8px',
full: '100%',
}, },
}, },