Skip to content

Commit

Permalink
Fix ha-icon valign
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldheft authored Nov 30, 2021
1 parent e6d229e commit c7a682d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/roku-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,12 @@ export class RokuCard extends LitElement {
ha-icon {
cursor: pointer;
}
ha-icon {
--mdc-icon-button-size: 64px;
ha-icon-button {
--mdc-icon-size: 48px;
}
ha-icon-button ha-icon {
display: flex;
}
img {
width: 64px;
height: 64px;
Expand Down

0 comments on commit c7a682d

Please sign in to comment.