Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: earnings tokenId #1531

Merged
merged 4 commits into from
Oct 30, 2024
Merged

fix: earnings tokenId #1531

merged 4 commits into from
Oct 30, 2024

Conversation

alessey
Copy link
Contributor

@alessey alessey commented Oct 29, 2024

What changed? Why?

Notes to reviewers

How has it been tested?

Copy link

vercel bot commented Oct 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
onchainkit-coverage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 30, 2024 2:00pm
onchainkit-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 30, 2024 2:00pm
onchainkit-routes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 30, 2024 2:00pm

useNFTData={useEarningsData}
buildMintTransaction={buildMintTransaction}
onStatus={handleOnStatus}
>
<NFTCreator className="-mt-1 pt-0" />
<NFTMedia />
<NFTCollectionTitle />
<NFTMintButton />
<NFTMintButton className="[&_button]:bg-[#0052ff] [&_button]:hover:bg-[#014ceb] [&_button]:active:bg-[#0148dc] [&_button]:disabled:bg-[#80a8ff]" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should be able to use existing vars for this e.g.

--ock-bg-primary-active: = #0148dc so you can do [&_button]:active:bg-ock-bg-primary-active

@alessey alessey merged commit b96b350 into main Oct 30, 2024
16 checks passed
@alessey alessey deleted the alessey/earnings-update branch October 30, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants