Fixes background not updating on profile

- fixes #110
ui/bot-profile
brecert 2021-09-17 19:44:19 -04:00
parent 3b9916c072
commit 945e072327
No known key found for this signature in database
GPG Key ID: 1B2E56B9EC985B96
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,
}}