mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
adjust default modal styles
This commit is contained in:
@@ -144,8 +144,8 @@ export const ModalsProvider = ({ children, ...rest }: ModalsProviderProps) => {
|
||||
icon: <Icon icon="x" size="xl" />,
|
||||
},
|
||||
overlayProps: {
|
||||
backgroundOpacity: 0.8,
|
||||
blur: 4,
|
||||
backgroundOpacity: 0.5,
|
||||
blur: 1,
|
||||
},
|
||||
radius: 'xl',
|
||||
scrollAreaComponent: ScrollArea,
|
||||
|
||||
Reference in New Issue
Block a user