Skip to content

Commit

Permalink
mint text to black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iskysun96 committed Jan 22, 2024
1 parent aadb778 commit e75d29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MintNft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const MintNft = () => {
<input
type="text"
placeholder="What did you do today?"
className="input rounded-r w-full my-4 font-black"
className="input rounded-r w-full my-4 text-black"
onChange={handleTextInput}
maxLength={21} //max asa name is 32 bytes so 32 characters long. 11 characters for date
/>
Expand Down

0 comments on commit e75d29e

Please sign in to comment.