-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Dark Mode] Standardize Overlay Colors #13408
Conversation
Looks good to me, I say send it to final review when you get a moment! |
I noticed that the workspace |
Yes, I agree! Just the BG color should have the transparency, not the number. |
I think all of our font sizes should go up by 2, starting from like 9 to 11 (micro) to 13 (label) to 15 (default). So that being said, maybe 11 is good? |
11 looks great! But yeah, totally hear ya, happy to punt this to another PR. |
Okok, I'll get this one tested and ready for review ! |
Reviewer Checklist
Screenshots/Videos |
Testing it now! |
@shawnborton @grgia are we not setting the overlay to the header avatar? |
I think leaving that one is fine. It's more readable than using the overlay pattern |
I can't test it on the Web because I can't log in. Is this need to be merged ASAP? |
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.
LGTM 👍
Updated checklist and the screenshots #13408 (comment)
🚀 Deployed to production by @chiragsalian in version: 1.2.39-0 🚀
|
Details
This PR Standardizes the overlay color to 0.6 opacity green.
Fixed Issues
$ #13208
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android