-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add dark mode support for Zendesk tickets screen #22537
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
base: trunk
Are you sure you want to change the base?
Conversation
Override Zendesk SDK colors in night resources to properly support dark mode: - Background colors for list and empty states - Text colors with appropriate alpha values - Message bubble colors for agent and user messages - Input hint and button inactive colors - Night layout for empty state with theme-aware text color Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Use existing white_translucent_* colors instead of hard-coded hex values for better maintainability and consistency with the codebase. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Generated by 🚫 Danger |
Add tools:override="true" to indicate these colors intentionally override Zendesk SDK resources for dark mode support. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This reverts commit 18bbef2.
These colors only need night mode overrides because the base values are provided by the Zendesk SDK. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
|
|
|
These colors override Zendesk SDK resources for dark mode but lint cannot detect their usage within the SDK. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change parent style from WordPress.NoActionBar to WordPress.NoActionBar.NoEdgeToEdge to prevent content from drawing under the system bars. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|






Closes CMM-167
Override Zendesk SDK colors in night resources to properly support dark mode: