Skip to content
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

Bubble backdrop color no longer works as expected #1294

Open
shpongledsummer opened this issue Feb 25, 2025 · 0 comments
Open

Bubble backdrop color no longer works as expected #1294

shpongledsummer opened this issue Feb 25, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@shpongledsummer
Copy link

Description

Since the last few updates, the bubble backdrop color has stopped working as expected.

Upon inspecting the bubble popup using browser developer tools, I noticed that a modified version of the CSS variable is being directly injected into the <body> styles:

Image

This injected variable appears to override the one I defined in my theme file, causing a mismatch in the frontend colors.

Expected Behavior

The bubble backdrop should follow the color defined in my theme file without being overridden.

Actual Behavior

The backdrop color is altered due to the injected CSS variable, leading to incorrect styling.

Steps to Reproduce

  1. Apply a custom theme with a specific bubble backdrop color.
  2. Open a bubble popup in the frontend.
  3. Inspect the styles in browser developer tools.
  4. Observe that a modified version of the CSS variable is injected into the <body>, overriding the theme file settings.

Question / Possible Fix

How can I prevent this CSS variable from being manipulated so that my theme colors remain consistent?

@shpongledsummer shpongledsummer added the bug Something isn't working label Feb 25, 2025
@shpongledsummer shpongledsummer changed the title Bubble Backdrop Color No Longer Works Correctly Bubble backdrop color no longer works as expected Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant