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

style(codeowners): Update CTA for darkmode #29797

Merged
merged 1 commit into from
Nov 6, 2021

Conversation

NisanthanNanthakumar
Copy link
Contributor

Before:
Screenshot 2021-11-04 at 4 47 11 PM

After:
codeowners csta darkmode

@@ -175,7 +175,7 @@ const Header = styled('h6')`
`;

const Content = styled('span')`
color: ${p => p.theme.gray500};
color: ${p => p.theme.textColor};
Copy link
Member

Choose a reason for hiding this comment

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

Should it be textColor or subText

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@evanpurkhiser textColor matches the gray500 for the lightAlias. The design used gray500 for the content.

@NisanthanNanthakumar NisanthanNanthakumar merged commit d38253d into master Nov 6, 2021
@NisanthanNanthakumar NisanthanNanthakumar deleted the fix-codeowners-cta-darkmode branch November 6, 2021 08:29
@github-actions github-actions bot locked and limited conversation to collaborators Nov 21, 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.

2 participants