Fix: Improve Release Lock button functionality and styling

This commit is contained in:
gpt-engineer-app[bot]
2025-10-15 15:43:29 +00:00
parent adad353e4b
commit fca235269f
2 changed files with 24 additions and 19 deletions

View File

@@ -102,7 +102,7 @@ export const LockStatusDisplay = ({
{/* Release Lock Button */}
<Button
size="sm"
variant="ghost"
variant="outline"
onClick={() => onReleaseLock(currentLock.submissionId)}
disabled={isLoading}
className="w-full"