-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitor Tab - Crosshair Color is too light #888
Conversation
Signed-off-by: nofar9792 <[email protected]>
@@ -163,7 +163,7 @@ export class ServiceGraphImpl extends React.PureComponent<TProps> { | |||
<YAxis /> | |||
{this.renderLines()} | |||
<Crosshair values={this.state.crosshairValues}> | |||
<div style={{ width: 140 }}> | |||
<div style={{ width: 140, color: '#6B6B76' }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be changed in a style sheet somewhere instead of local override?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved the width and the color to css.
thanks
Signed-off-by: nofar9792 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #888 +/- ##
==========================================
- Coverage 95.36% 95.29% -0.07%
==========================================
Files 240 240
Lines 7460 7460
Branches 1865 1865
==========================================
- Hits 7114 7109 -5
- Misses 340 345 +5
Partials 6 6
Continue to review full report at Codecov.
|
Which problem is this PR solving?
Resolves #887
Short description of the changes
use darker gray
after: