-
Notifications
You must be signed in to change notification settings - Fork 8
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
Style tweaks #31
Style tweaks #31
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
and profile images that grow on hover
cecb62a
to
8b53362
Compare
Rebased with main |
<linearGradient id="colorTotal" x1="0" y1="1" x2="0" y2="0"> | ||
<stop offset="5%" stopColor="rgba(20, 124, 73, 0.1)" stopOpacity={0.8} /> | ||
<stop offset="95%" stopColor="#FBDD5D" stopOpacity={0} /> | ||
</linearGradient> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the linear gradient definition, and here's the css for the gradient from figma:
background: linear-gradient(180deg, rgba(20, 124, 73, 0.1) 0%, #FBDD5D 100%);
but keep rainbowkit and wagmi providers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks amazing! Nice work!
Screen.Recording.2024-02-19.at.9.46.40.AM.mov
Description
Makes a few style changes to mirror the figma a bit more.
Note
Based off of @0xChijoke 's recent PR #30, which should be reviewed and merged before this PR.Additional Information
Remaining style TODOs
Related Issues
Related to Issue #25