Skip to content

Commit

Permalink
Update SimpleMint.jsx
Browse files Browse the repository at this point in the history
Updated Colors
  • Loading branch information
LoafPickleWW authored Jul 3, 2024
1 parent 3a6f05c commit 67a8ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SimpleMint.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ export function SimpleMint() {
</div>
) : (
<button
className="rounded bg-secondary-green hover:bg-secondary-green/80 transition text-white/90 font-semibold px-4 py-1 mt-2"
className="rounded bg-secondary-green hover:bg-secondary-green/80 transition text-black/90 font-semibold px-4 py-1 mt-2"
onClick={mint}
>
Step 1: Mint
Expand Down

0 comments on commit 67a8ccc

Please sign in to comment.