mirror of
https://github.com/diced/zipline.git
synced 2025-05-11 18:36:02 +02:00
fix: use same blur properties
This commit is contained in:
parent
7b0a543cd6
commit
47cbca7826
3 changed files with 3 additions and 5 deletions
|
@ -242,7 +242,7 @@ model File {
|
|||
updatedAt DateTime @updatedAt
|
||||
deletesAt DateTime?
|
||||
|
||||
name String // name & file saved on datasource
|
||||
name String // name & file saved on datasource
|
||||
originalName String? // original name of file when uploaded
|
||||
size BigInt
|
||||
type String
|
||||
|
|
|
@ -25,8 +25,7 @@ export function themeComponents(theme: ZiplineTheme): MantineThemeOverride {
|
|||
LoadingOverlay: LoadingOverlay.extend({
|
||||
defaultProps: {
|
||||
overlayProps: {
|
||||
blur: 2,
|
||||
radius: 'sm',
|
||||
blur: 6,
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
|
|
@ -46,8 +46,7 @@ export default function App({ Component, pageProps }: AppProps) {
|
|||
<ModalsProvider
|
||||
modalProps={{
|
||||
overlayProps: {
|
||||
blur: 3,
|
||||
opacity: 0.5,
|
||||
blur: 6,
|
||||
},
|
||||
centered: true,
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue