mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +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>
|
</Menu.BackLink>
|
||||||
</div>
|
</div>
|
||||||
<FileDropHandler
|
<FileDropHandler
|
||||||
className={`transition duration-300 ${dragging ? "brightness-50" : ""}`}
|
className={`transition duration-300 ${dragging ? "opacity-20" : ""}`}
|
||||||
onDraggingChange={(isDragging) => {
|
onDraggingChange={(isDragging) => {
|
||||||
setDragging(isDragging);
|
setDragging(isDragging);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue