mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Add padding to default modal
This commit is contained in:
@@ -32,6 +32,7 @@ export const App = () => {
|
|||||||
withNormalizeCSS
|
withNormalizeCSS
|
||||||
theme={{
|
theme={{
|
||||||
colorScheme: theme as 'light' | 'dark',
|
colorScheme: theme as 'light' | 'dark',
|
||||||
|
components: { Modal: { styles: { body: { padding: '.5rem' } } } },
|
||||||
defaultRadius: 'xs',
|
defaultRadius: 'xs',
|
||||||
dir: 'ltr',
|
dir: 'ltr',
|
||||||
focusRing: 'auto',
|
focusRing: 'auto',
|
||||||
|
|||||||
Reference in New Issue
Block a user