Add padding to default modal

This commit is contained in:
jeffvli
2022-12-09 03:06:20 -08:00
parent 557eaab44c
commit 9f3c6d3029
+1
View File
@@ -32,6 +32,7 @@ export const App = () => {
withNormalizeCSS
theme={{
colorScheme: theme as 'light' | 'dark',
components: { Modal: { styles: { body: { padding: '.5rem' } } } },
defaultRadius: 'xs',
dir: 'ltr',
focusRing: 'auto',