Merge pull request #260 from brecert/profile-fix

ui/bot-profile
Paul Makles 2021-09-24 15:34:45 +01:00 committed by GitHub
commit 44b02fecb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
}}