Remove border radius in panel view (#20122)

This commit is contained in:
Paul Bottein 2024-03-19 10:21:30 +01:00 committed by GitHub
parent c9deef84ca
commit a9793dc0a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,7 @@ export class PanelView extends LitElement implements LovelaceViewElement {
:host { :host {
display: block; display: block;
height: 100%; height: 100%;
--ha-card-border-radius: 0;
} }
ha-fab { ha-fab {