Merge pull request #260 from brecert/profile-fix
commit
44b02fecb0
|
|
@ -233,7 +233,7 @@ export function FileUploader(props: Props) {
|
|||
? `url('${previewURL ?? defaultPreview}')`
|
||||
: previewURL
|
||||
? `linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('${previewURL}')`
|
||||
: "black",
|
||||
: "none",
|
||||
width,
|
||||
height,
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue