-
Notifications
You must be signed in to change notification settings - Fork 23
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
Charts enhancement #145
Charts enhancement #145
Conversation
updated source files to upstream main
…" to use current candle
- resized the chart - changed color for chart timescale and pricescale to be more visible
…/dexter into redux-charts-enhancement
✅ Deploy Preview for chipper-sunburst-578cfe ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
src/app/components/PriceChart.tsx
Outdated
}, | ||
//MODIFY THEME COLOR HERE | ||
grid: { | ||
vertLines: { color: "#292C34" }, //neutral |
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.
@nguvictor we don't use the neutral mostly, maybe base-200? also please review #128 I'm updating colors there to reflect figma more.
Maybe use js import (import the js object from tailwind.config.js
instead of hard-copying?
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.
Base-200 wasn't visible even after adjusting to #191B1D found in #128
primary-content was way too strong
Update Classes and tweaking padding, wrapped numbers in displayAmount.