waves icon indicating copy to clipboard operation
waves copied to clipboard

White borders on each card

Open snp88 opened this issue 2 years ago • 2 comments

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

snp88 avatar Nov 03 '22 09:11 snp88

You can try add to waves.yaml file:

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

it should fix the problem.

BR, Andrzej

ndriu avatar Nov 03 '22 22:11 ndriu

You can try add to waves.yaml file:

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

it should fix the problem.

BR, Andrzej

This work for me

snp88 avatar Nov 04 '22 08:11 snp88

Fixed

tgcowell avatar Dec 29 '22 00:12 tgcowell