Skip to content

fix(dashboard): theme-align PriceChart wrapper panel - #492

Open
zainabwahab-eth wants to merge 1 commit into
TevaLabs:mainfrom
zainabwahab-eth:fix/462-pricechart-theme-align
Open

fix(dashboard): theme-align PriceChart wrapper panel#492
zainabwahab-eth wants to merge 1 commit into
TevaLabs:mainfrom
zainabwahab-eth:fix/462-pricechart-theme-align

Conversation

@zainabwahab-eth

Copy link
Copy Markdown
Contributor

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)

@vercel

vercel Bot commented Aug 26, 2026

Copy link
Copy Markdown

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Theme-align PriceChart wrapper panel on Dashboard

1 participant