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

fix(ui) Fix issue stats chart colours in dark mode #29162

Merged
merged 4 commits into from
Oct 12, 2021

Conversation

markstory
Copy link
Member

Fix the indicator borders in dark mode.

Before

Screen Shot 2021-10-07 at 5 50 14 PM

After

Screen Shot 2021-10-07 at 5 49 41 PM

Fix the indicator borders in dark mode.
@markstory markstory requested a review from a team October 7, 2021 21:52
@markstory markstory requested a review from a team as a code owner October 7, 2021 21:52
@@ -2,10 +2,11 @@
import './components/markPoint';

import * as React from 'react';
import {withTheme} from '@emotion/react';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we use useTheme ? :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I did this before Evan's useTheme changes. I'll get this updated.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed now and moved to a function component.

@markstory markstory enabled auto-merge (squash) October 12, 2021 14:51
@markstory markstory merged commit c819a8b into master Oct 12, 2021
@markstory markstory deleted the fix-barchart-darkmode branch October 12, 2021 14:53
@github-actions github-actions bot locked and limited conversation to collaborators Oct 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants