mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
parent
3b9916c072
commit
945e072327
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue