This commit is contained in:
@@ -49,7 +49,11 @@ export default function ResumeDownloadButton({
|
||||
<button
|
||||
onClick={handleDownload}
|
||||
disabled={isLoading}
|
||||
class={`btn bg-primary text-base-100 font-bold rounded-full inline-flex items-center gap-2 text-sm sm:text-base ${className}`}
|
||||
class={`btn bg-primary font-bold rounded-full inline-flex items-center gap-2 text-sm sm:text-base ${
|
||||
isLoading
|
||||
? "text-primary border-2 border-primary"
|
||||
: "text-base-100"
|
||||
}`}
|
||||
>
|
||||
{isLoading ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user