Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bram Kragten <[email protected]>
  • Loading branch information
silamon and bramkragten authored Oct 16, 2023
1 parent 0e34d45 commit 1191e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ha-outlined-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { MdOutlinedButton } from "@material/web/button/outlined-button";
@customElement("ha-outlined-button")
export class HaOutlinedButton extends MdOutlinedButton {
static override styles = [
...MdOutlinedButton.styles,
...super.styles,
css`
:host {
--ha-icon-display: block;
Expand Down
2 changes: 1 addition & 1 deletion src/components/ha-outlined-icon-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { MdOutlinedIconButton } from "@material/web/iconbutton/outlined-icon-but
@customElement("ha-outlined-icon-button")
export class HaOutlinedIconButton extends MdOutlinedIconButton {
static override styles = [
...MdOutlinedIconButton.styles,
...super.styles,
css`
:host {
--ha-icon-display: block;
Expand Down

0 comments on commit 1191e87

Please sign in to comment.