Update style of more info style (#20322)

* Set more info border radius to 36px

* Use control button for alarm more info
This commit is contained in:
Paul Bottein
2024-04-02 15:05:21 +02:00
committed by GitHub
parent 912d2cbd79
commit a5d7043ce4
16 changed files with 36 additions and 30 deletions

View File

@@ -118,7 +118,7 @@ export class DemoHaControlSwitch extends LitElement {
--control-switch-on-color: var(--green-color);
--control-switch-off-color: var(--red-color);
--control-switch-thickness: 130px;
--control-switch-border-radius: 48px;
--control-switch-border-radius: 36px;
--control-switch-padding: 6px;
--mdc-icon-size: 24px;
}