mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +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",
|
||||
"1px solid var(--divider-color)"
|
||||
);
|
||||
this.style.setProperty(
|
||||
"--ha-card-border-radius",
|
||||
"var(--ha-config-card-border-radius, 8px)"
|
||||
);
|
||||
}
|
||||
|
||||
protected updatePageEl(el) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user