Closed bieniu closed 4 years ago
I don't see this problem when using the example you have provided.
Your background color is the wrong color? It looks grey/white, something seems to be wrong there.
Yes I changed background color for this view and it's not an issue. I meant about difference between card title background color and card background color. And the color of gap between glance and entities card.
Can you please try changing paper-card-background-color. I'm using transparency in the card backgrounds, this might be causing this?
from:
paper-card-background-color: 'rgba(47,59,82,0.6)'
to:
paper-card-background-color: 'rgba(43,55,78,1)'
If possible post more of your views yaml file, if this doesn't fix it.
I removed all my styling from lovelace configuration. Sorry, I forgot about it. Now it is better but still title background color is different than card backround color. And still between glance and entities cards there is a gap in different color.
Please try updating to the latest release (1.3) of the theme. I still think it's that transparency issue, because the title color looks to be changing with the background color.
Now looks great! Thanks.
I use
vertical-stack-in-card
to joinglance
andentities
cards. Your theme colors are wrong with that configuration.