mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Make bg darker
This commit is contained in:
parent
a172322a54
commit
b2ec99c4d1
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ export function CaptionsView({ id }: { id: string }) {
|
|||
</Menu.BackLink>
|
||||
</div>
|
||||
<FileDropHandler
|
||||
className={`transition duration-300 ${dragging ? "brightness-50" : ""}`}
|
||||
className={`transition duration-300 ${dragging ? "opacity-20" : ""}`}
|
||||
onDraggingChange={(isDragging) => {
|
||||
setDragging(isDragging);
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue