Uh oh!
There was an error while loading. Please reload this page.
when selecting a range in the heatmap chart, selection not visible - #1384
Conversation
…after the reskinning of the app. This adds back the existing styles. Fixes HDX-2863
🦋 Changeset detectedLatest commit: 685bc04 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR ReviewCritical Issues
ContextPR #1347 just introduced semantic design tokens to ensure consistent theming. This CSS directly contradicts that effort by hardcoding colors that won't adapt to light mode and bypass the token system. Suggested FixUse semantic tokens: border: 1px solid var(--color-text-primary); background: var(--color-bg-highlighted); color: var(--color-text-muted); OR scope appropriately for dark/light modes. |
E2E Test Results✅ All tests passed • 38 passed • 3 skipped • 397s
|
Uh oh!
There was an error while loading. Please reload this page.
…1384) This was a regression from #1347. This adds back the existing styles. <img width="1210" height="548" alt="Screenshot 2025-11-19 at 9 53 27 AM" src="https://github.com/user-attachments/assets/52343706-2b92-4779-94c0-bdccb1668f09" /> Fixes HDX-2863
This was a regression from #1347. This adds back the existing styles.
Fixes HDX-2863