Deps
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m20s

This commit is contained in:
2025-08-06 15:06:04 -06:00
parent f85cf0c719
commit 0d5dd82fd4
3 changed files with 287 additions and 285 deletions

View File

@@ -236,8 +236,8 @@ export default function ResumeSettingsModal({
<div
class={`border-2 border-dashed rounded-lg p-6 text-center transition-colors h-full flex items-center justify-center ${
dragActive.value
? "border-primary bg-primary/10"
: "border-base-300 hover:border-primary/50"
? "bg-primary/20"
: "border-primary"
}`}
onDrop={handleDrop}
onDragOver={handleDragOver}