-
Notifications
You must be signed in to change notification settings - Fork 5k
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
feat: Icon Button to use light theme in dark mode #26884
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26884 +/- ##
========================================
Coverage 70.15% 70.15%
========================================
Files 1425 1425
Lines 49653 49653
Branches 13893 13893
========================================
Hits 34831 34831
Misses 14822 14822 ☔ View full report in Codecov by Sentry. |
Builds ready [dca9c34]
Page Load Metrics (1820 ± 115 ms)
Bundle size diffs
|
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.
1df9736
Quality Gate passedIssues Measures |
Builds ready [1df9736]
Page Load Metrics (1893 ± 101 ms)
Bundle size diffs
|
Here’s the reworded PR template for the
IconButton
component:Description
This PR updates the
IconButton
component (also known asActionButton
) to use light theme colors when rendered in dark mode. This update is part of the ongoing brand evolution, ensuring that the visual design is consistent with the new brand guidelines. The primary objective is to align the dark mode appearance of this component with the light theme color palette, improving overall user experience and maintaining visual coherence across the application.Related issues
Fixes: 735
Manual testing steps
IconButton
component is rendered.IconButton
component to ensure it uses the updated light theme colors.IconButton
component in dark mode to ensure consistency.Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
This version is tailored specifically for the
IconButton
component, reflecting the necessary changes and testing steps.