fix(dashboard): theme-align PriceChart wrapper panel - #492
Open
zainabwahab-eth wants to merge 1 commit into
Open
fix(dashboard): theme-align PriceChart wrapper panel#492zainabwahab-eth wants to merge 1 commit into
zainabwahab-eth wants to merge 1 commit into
Conversation
|
@zainabwahab-eth is attempting to deploy a commit to the josephchimebuka's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #462
Summary
Restyles the dashboard chart wrapper panel to match the terminal glass aesthetic used by neighboring cards, replacing legacy light-theme utility classes that clashed with the rest of the dashboard.
Before → After
Removed legacy classes: bg-white/5, dark:bg-gray-800/50, border-gray-700/30
Applied the same glass-card / accent-border pattern already used by RecentActivity and RoundTimeline, so the chart panel now visually matches its neighboring dashboard cards.
Adjusted legend/toolbar contrast in PriceChart.tsx where needed so text remains readable against the new background.
Scope
CSS/layout only — no chart data logic, fetching, or asset-switching behavior was touched.
Chart height and the entry marker's positioning/behavior are unchanged.
Verification
Type-check, lint, tests, and build all pass.
Confirmed visually that the panel now aligns with RecentActivity and RoundTimeline's styling.
Files changed
src/pages/Dashboard.tsx
src/components/PriceChart.tsx (legend/toolbar contrast only, if applicable)