Skip to content

Commit

Permalink
🐛 Fixed misaligned icons (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed May 23, 2020
1 parent 4925a6b commit 3b95ca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ const style = css`
position: relative;
color: inherit;
font-size: calc(var(--mmp-unit) * 0.35);
--mdc-icon-button-size: calc(var(--mmp-unit));
--mdc-icon-size: calc(var(--mmp-unit) * 0.6);
}
ha-card.--group {
box-shadow: none;
Expand Down

0 comments on commit 3b95ca7

Please sign in to comment.