fix: OPTIC-2145: Audio tracker line is not visible in dark mode #7514
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.
Reason for change
The audio tracker line in the Quick View is not visible when Dark Mode is enabled, making it difficult for users to navigate the audio data. This change updates the color of the tracker line to use a theme-aware variable, ensuring it is visible in both Light and Dark Modes.
Screenshots
Before:


After:


Rollout strategy
This is a small visual change and does not require a specific rollout strategy.
Testing
Risks
There are no anticipated risks associated with this minor visual correction.
Reviewer notes
Please verify that the color variable
var(--color-neutral-border)
ensures sufficient contrast for the audio tracker line to be visible in both Light and Dark Mode themes.General notes
The fix involves changing a hardcoded color value to a CSS variable that adapts to the current theme.