1
mirror of https://github.com/home-assistant/frontend synced 2024-09-30 15:52:53 +02:00

Set border radius in config to 8px (#12437)

This commit is contained in:
Bram Kragten 2022-04-26 18:50:36 +02:00 committed by GitHub
parent 9572a2a46b
commit 35d892c418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -540,6 +540,10 @@ class HaPanelConfig extends HassRouterPage {
"--app-header-border-bottom",
"1px solid var(--divider-color)"
);
this.style.setProperty(
"--ha-card-border-radius",
"var(--ha-config-card-border-radius, 8px)"
);
}
protected updatePageEl(el) {