Skip to content
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

Merged
merged 4 commits into from
Feb 21, 2022

Conversation

nofar9792
Copy link
Contributor

Which problem is this PR solving?

Resolves #887

Short description of the changes

use darker gray
image

after:
image

Signed-off-by: nofar9792 <[email protected]>
@nofar9792
Copy link
Contributor Author

@AlonMiz

@@ -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' }}>
Copy link
Member

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?

Copy link
Contributor Author

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

@codecov
Copy link

codecov bot commented Feb 21, 2022

Codecov Report

Merging #888 (f9ed592) into main (5c613b4) will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            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              
Impacted Files Coverage Δ
...c/components/Monitor/ServicesView/serviceGraph.tsx 98.07% <ø> (ø)
...mponents/TracePage/TraceStatistics/tableValues.tsx 93.79% <0.00%> (-1.73%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c613b4...f9ed592. Read the comment docs.

@yurishkuro yurishkuro merged commit 676a90b into jaegertracing:main Feb 21, 2022
@nofar9792 nofar9792 deleted the crosshair-color branch February 22, 2022 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Monitor Tab - Crosshair Color is too light
2 participants