-
Notifications
You must be signed in to change notification settings - Fork 14
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: [CDS-99267]: Update toggle pill color for dark and light mode #1395
Conversation
|
d433e8b
to
4cbe517
Compare
Image snapshots failed please check https://console.cloud.google.com/storage/browser/ui-team-bucket/uicore-2656 |
4cbe517
to
10734b4
Compare
Image snapshots failed please check https://console.cloud.google.com/storage/browser/ui-team-bucket/uicore-2667 |
@@ -9,8 +9,8 @@ | |||
--toggle-background-color: var(--white); | |||
--toggle-border-color: #c7c9d9; /* grey-200 too light and grey-250/300 too dark */ | |||
--toggle-pill-size: var(--spacing-4); | |||
--toggle-pill-color: var(--white); | |||
--toggle-pill-shadow: 0 1px 2px rgba(40, 41, 61, 0.2), 0 2px 4px rgba(96, 97, 112, 0.2); | |||
--toggle-pill-color: #c7c9d9; /* Needs to be consistent in light and dark mode */ |
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.
We have a variable for this color: --toggle-border-color
. Let's use that
Please add screenshots for light and dark mode |
10734b4
to
eccf66b
Compare
Image snapshots failed please check https://console.cloud.google.com/storage/browser/ui-team-bucket/uicore-2674 |
Please bump the uicore package |
eccf66b
to
af95c0e
Compare
Image snapshots failed please check https://console.cloud.google.com/storage/browser/ui-team-bucket/uicore-2701 |
Image snapshots failed please check https://console.cloud.google.com/storage/browser/ui-team-bucket/uicore-2702 |
2828a81
to
53b0f0e
Compare
Image snapshots failed please check https://console.cloud.google.com/storage/browser/ui-team-bucket/uicore-2723 |
You can use the following comments to re-trigger PR Checks
retrigger jest
retrigger prettier
retrigger typecheck
retrigger eslint
retrigger stylelint
retrigger build
retrigger titlecheck
retrigger ImageSnapshot