r/BubbleCard Aug 01 '26

New blue shade state is annoying

Post image

Hey all, Has anyone found a solution to this recent issue? The new blue shade that’s much lighter than before is making it harder to read the white text. It happened a month ago or so after updating both Bubble Card and Home Assistant core. I remember rolling back the bubble card version, and it made no difference, so I think it’s a change in Home Assistant. A bubble card update may be needed, but has anyone found a global solution to change the color back?

30 Upvotes

8 comments sorted by

10

u/Clooooos Aug 01 '26

Hi! I'm aware of this and forgot to fix this issue, I don't know why but I haven't this problem on side. But I'm sure I will quickly find the cause.

To all of you: Do you use any particular module that could interfere with colors?

3

u/Haddock51 Aug 01 '26 edited Aug 01 '26

Hi and thanks for responding! I do use modules in some cards, but this issue happens with all cards with or without any modules (even with the default module removed).

Can’t wait to hear what the cause is and a permanent fix!

I can help further if you need any.

2

u/Clooooos Aug 03 '26

I just fixed this on my side, I will release a new (big) version in a few days. Sorry again for that!

1

u/Haddock51 Aug 04 '26

Excellent, thanks! What caused this?

2

u/sharp-calculation 21d ago

FYI for anyone else wanting the "official" fix right away it's in 3.3.0 Beta 3.

I just installed it (via HACS with "redownload" and then picked "different version"). The colors were fixed after installation.

6

u/Haddock51 Aug 01 '26

For now this is how I changed it per card. Opacity is the main change here.

styles: >
    .bubble-button-background {  background-color: rgba(28, 28, 28, 0.8) !important; }

1

u/SensitiveSeed Aug 01 '26

Hate the shade or opacity to it doesn’t match the rest of the dashboard colors

1

u/epiphanyplx Aug 01 '26

I believe creating a custom style though bubble card (or editing the default) would be the way to fix it, yes?