mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Set border radius in config to 8px (#12437)
This commit is contained in:
parent
9572a2a46b
commit
35d892c418
@ -540,6 +540,10 @@ class HaPanelConfig extends HassRouterPage {
|
|||||||
"--app-header-border-bottom",
|
"--app-header-border-bottom",
|
||||||
"1px solid var(--divider-color)"
|
"1px solid var(--divider-color)"
|
||||||
);
|
);
|
||||||
|
this.style.setProperty(
|
||||||
|
"--ha-card-border-radius",
|
||||||
|
"var(--ha-config-card-border-radius, 8px)"
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected updatePageEl(el) {
|
protected updatePageEl(el) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user