diff --git a/src/components/ha-bar.ts b/src/components/ha-bar.ts index b9d160bf13..6d449c3306 100644 --- a/src/components/ha-bar.ts +++ b/src/components/ha-bar.ts @@ -34,8 +34,8 @@ export class HaBar extends LitElement { return svg` - - + + `; @@ -43,6 +43,9 @@ export class HaBar extends LitElement { static get styles(): CSSResult { return css` + rect { + height: 100%; + } rect:first-child { width: 100%; fill: var(--ha-bar-background-color, var(--secondary-background-color));