Skip to content

fix(ui): colors for banner styles #93687

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

Merged

Conversation

TkDodo
Copy link
Contributor

@TkDodo TkDodo commented Jun 17, 2025

colors for alert-banner.default was inherited from the body, which worked in light mode, but not in dark mode

setting the colors explicitly works for both, as the background-color is a hardcoded yellow

before after
Screenshot 2025-06-17 at 11 08 24 Screenshot 2025-06-17 at 11 08 16

colors for alert-banner.default was inherited from the body, which worked in light mode, but not in dark mode

setting the colors explicitly works for both, as the background-color is a hardcoded yellow
@TkDodo TkDodo requested a review from obostjancic June 17, 2025 09:10
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 17, 2025
@TkDodo TkDodo requested a review from a team June 17, 2025 09:10
@TkDodo TkDodo marked this pull request as ready for review June 17, 2025 09:10
Copy link

codecov bot commented Jun 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #93687       +/-   ##
===========================================
+ Coverage   34.33%   88.03%   +53.69%     
===========================================
  Files        9760    10325      +565     
  Lines      550747   595579    +44832     
  Branches    23137    23135        -2     
===========================================
+ Hits       189103   524296   +335193     
+ Misses     360997    70790   -290207     
+ Partials      647      493      -154     

@TkDodo
Copy link
Contributor Author

TkDodo commented Jun 17, 2025

not sure what to do with the backend failures here?

@TkDodo TkDodo merged commit b20b4da into master Jun 17, 2025
61 checks passed
@TkDodo TkDodo deleted the tkdodo/fix/de-125-glitch-with-banner-styles-during-login branch June 17, 2025 17:29
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
colors for alert-banner.default was inherited from the body, which
worked in light mode, but not in dark mode

setting the colors explicitly works for both, as the background-color is
a hardcoded yellow

| before | after |
|--------|--------|
| ![Screenshot 2025-06-17 at 11 08
24](https://github.com/user-attachments/assets/4b50b20d-6695-4c5d-9c57-41ae400e6ba7)
| ![Screenshot 2025-06-17 at 11 08
16](https://github.com/user-attachments/assets/bb6d837c-e8d6-470f-b382-4dfc30d7065b)
|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants