Fixes background not updating on profile

- fixes #110
pull/1049/head
brecert 2021-09-17 19:44:19 -04:00
parent a8c881c04a
commit e69c3c83bf
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}}