fix(swagger-ui): dark mode ui background color#2665
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 5.x #2665 +/- ##
=======================================
Coverage 95.71% 95.71%
=======================================
Files 94 94
Lines 3035 3035
=======================================
Hits 2905 2905
Misses 130 130 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
|
Thank you for the fix! ❤️ |
|
Successfully created backport PR for |
github-actions Bot
pushed a commit
that referenced
this pull request
Jan 8, 2026
## Description Remove background color definitions to make dark mode looks OK Closes #2663 ## What type of PR is this? - [x] Bug Fix ## Result dark mode: <img width="1256" height="759" alt="image" src="https://github.com/user-attachments/assets/263cfbf2-4cd3-4c9d-9c71-328071e34da2" /> light mode: <img width="1256" height="759" alt="image" src="https://github.com/user-attachments/assets/b16b18e5-5426-49e3-aeb9-ecd5c2685b46" /> (cherry picked from commit 0303e94)
1 task
DjordyKoert
pushed a commit
that referenced
this pull request
Jan 8, 2026
#2668) ### This is an automated backport of #2665 to branch `4.x`. > [!CAUTION] > **Do not modify this pull request.** ## Description Remove background color definitions to make dark mode looks OK Closes #2663 ## What type of PR is this? - [x] Bug Fix ## Result dark mode: <img width="1256" height="759" alt="image" src="https://github.com/user-attachments/assets/263cfbf2-4cd3-4c9d-9c71-328071e34da2" /> light mode: <img width="1256" height="759" alt="image" src="https://github.com/user-attachments/assets/b16b18e5-5426-49e3-aeb9-ecd5c2685b46" /> Co-authored-by: b.pliachenko <qconer@users.noreply.github.com>
DjordyKoert
pushed a commit
that referenced
this pull request
Jan 8, 2026
🤖 I have created a release *beep* *boop* --- ## [4.38.7](v4.38.6...v4.38.7) (2026-01-08) ### Bug Fixes * **swagger-ui:** dark mode ui background color [Backport [#2665](#2665) to 4.x] ([#2668](#2668)) ([64b8d06](64b8d06)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
DjordyKoert
pushed a commit
that referenced
this pull request
Jan 8, 2026
🤖 I have created a release *beep* *boop* --- ## [5.9.1](v5.9.0...v5.9.1) (2026-01-08) ### Bug Fixes * **swagger-ui:** dark mode ui background color ([#2665](#2665)) ([0303e94](0303e94)) ### Miscellaneous Chores * **phpdocumentor:** bump support for reflection-docblock & type-resolver ([#2666](#2666)) ([75a543d](75a543d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove background color definitions to make dark mode looks OK
Closes #2663
What type of PR is this?
Result
dark mode:

light mode:
