rgb-light-card
rgb-light-card copied to clipboard
Possibility to change the shape
Hey it would be cool if it was possible to change the shape of the colors e.g. by using the border radius atrribut to turn the circle into a rectangle with rounded corners.
Yeah, but the question is how. I can't get it working
Using border-radius
, as you suggested earlier
- type: custom:rgb-light-card
card_mod:
style: '.color-circle { border-radius: 5px }'
Sorry but I cannot read your code indentations. Please format your configuration using triple backticks
```
Like that
````