tgcowell / waves

This is a blend of 2 themes found within the Home Assistant community. Inspired mostly by Noctis, I've adjust colours slightly and have also opted to pull some features from Caule Theme packs to build my own 'ultimate' theme. I will continue to update overtime and do my best to credit those whom I have 'referenced'
82 stars 12 forks source link

White borders on each card #29

Closed snp88 closed 1 year ago

snp88 commented 1 year ago

After recent HA update (2022.11.0) all cards have white borders

this is effect of recent change in HA https://www.home-assistant.io/blog/2022/11/02/release-202211/ The default dashboard theme has been adjusted to move a little closer to the new Material Design 3 guidelines. Borders around cards are now outlined (instead of having a shadow), and corners are a little more rounded.****

Not sure is that kind of issue can be resolve by update the theme setup ;) But if yes that would be great

image

ndriu commented 1 year ago

You can try add to waves.yaml file:

ha-card-border-width: '0px'

it should fix the problem.

BR, Andrzej

snp88 commented 1 year ago

You can try add to waves.yaml file:

ha-card-border-width: '0px'

it should fix the problem.

BR, Andrzej

This work for me

tgcowell commented 1 year ago

Fixed