mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add --ha-label-badge-border-radius (#15597)
allows button shape to be customized in themes.
This commit is contained in:
parent
868c414759
commit
3aea416175
@ -62,7 +62,7 @@ class HaLabelBadge extends LitElement {
|
||||
height: var(--ha-label-badge-size, 2.5em);
|
||||
line-height: var(--ha-label-badge-size, 2.5em);
|
||||
font-size: var(--ha-label-badge-font-size, 1.5em);
|
||||
border-radius: 50%;
|
||||
border-radius: var(--ha-label-badge-border-radius, 50%);
|
||||
border: 0.1em solid var(--ha-label-badge-color, var(--primary-color));
|
||||
color: var(--label-badge-text-color, rgb(76, 76, 76));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user