Skip to content

Commit

Permalink
icon size not applied (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho authored Feb 27, 2024
1 parent 1a3e251 commit 457e8e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/cards/trash-card/items/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,16 @@ class IconCard extends LitElement {
defaultHaCardStyle,
css`
:host {
--ha-card-background: transparent;
--ha-card-border-width: 0px;
--mdc-icon-size: var(--trash-card-icon-size, 40px);
--ha-card-background: transparent;
}
ha-card {
height: 100%;
grid-row: auto / span 1;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr auto;
--mdc-icon-size: var(--trash-card-icon-size, 40px);
}
mushroom-card {
align-self: center;
Expand Down

0 comments on commit 457e8e1

Please sign in to comment.