fix(rewards): hypertracker logo color#30891
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Tag selection reasoning:
Risk is low as these are isolated UI component changes within the Perps campaign feature with no changes to core controllers, navigation infrastructure, or shared components. Performance Test Selection: |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 909d29e. Configure here.

Description
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Low Risk
Small UI/theming change on the rewards leaderboard with a focused test; no auth, data, or payment logic.
Overview
The HyperTracker wordmark on the perps trading campaign leaderboard no longer stays hard-coded white. The SVG wordmark path now uses
currentColor, andPerpsTradingCampaignLeaderboardpassescolors.text.defaultfromuseThemeintoHyperTrackerLogoso the logo matches the active theme (e.g. readable in light mode).A unit test wraps the leaderboard in
ThemeContextand asserts the logo receives the theme text color.Reviewed by Cursor Bugbot for commit 909d29e. Bugbot is set up for automated code reviews on this repo. Configure here.