Fixed more styling
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m38s

This commit is contained in:
2025-08-18 11:57:19 -06:00
parent e053b59501
commit 9373b2894a
3 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ export default function ResumeDownloadButton({
<button
onClick={handleDownload}
disabled={isLoading}
class={`btn bg-primary font-bold rounded-full inline-flex items-center gap-2 text-sm sm:text-base ${
class={`btn btn-primary font-bold rounded-full inline-flex items-center gap-2 text-sm sm:text-base ${
isLoading
? "text-primary border-2 border-primary"
: ""