You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Active Providers direction filter (All / Both / Forward / Reverse), the selected tab border does not render correctly in light mode.
The right-side seam next to the selected tab keeps the default divider color, making the selected state look broken/inconsistent.
Dark mode appears correct.
Steps to Reproduce
Run the app and open the dashboard page with the Active Providers section.
In light mode, click different options in the direction filter toggle.
Observe the border seam between the selected tab and the next tab.
Expected
Selected tab border should be visually consistent on all sides in light mode and dark mode.
No seam should appear as an unselected divider next to a selected tab.
Selected state should remain border/text-only (no background fill).
Actual
In light mode, the seam on the right side of the selected tab may appear as default divider color.
Selected border looks incomplete/inconsistent.
Visual state is less clear compared to dark mode.
Screenshot
20260414-1708-27.9101430.mp4
Environment
Browser: Google Chrome
OS: Windows
Mode: Light mode
Component: MinerRatesTable direction filter (ToggleButtonGroup)
Notes
Fix should be minimal and localized to src/components/dashboard/MinerRatesTable.tsx.
Avoid hardcoded colors and keep theme-token-based styling.
No layout or behavior changes beyond selected border seam consistency.
Description
In the
Active Providersdirection filter (All / Both / Forward / Reverse), the selected tab border does not render correctly in light mode.The right-side seam next to the selected tab keeps the default divider color, making the selected state look broken/inconsistent.
Dark mode appears correct.
Steps to Reproduce
Active Providerssection.Expected
Selected tab border should be visually consistent on all sides in light mode and dark mode.
No seam should appear as an unselected divider next to a selected tab.
Selected state should remain border/text-only (no background fill).
Actual
Screenshot
20260414-1708-27.9101430.mp4
Environment
MinerRatesTabledirection filter (ToggleButtonGroup)Notes
Fix should be minimal and localized to
src/components/dashboard/MinerRatesTable.tsx.Avoid hardcoded colors and keep theme-token-based styling.
No layout or behavior changes beyond selected border seam consistency.