Skip to content

Commit

Permalink
Improve ripple background color for tile card (#18579)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Nov 16, 2023
1 parent 2448683 commit 7562643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panels/lovelace/cards/hui-tile-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ export class HuiTileCard extends LitElement implements LovelaceCard {
bottom: 0;
right: 0;
border-radius: var(--ha-card-border-radius, 12px);
inset: calc(-1 * var(--ha-card-border-width, 1px));
overflow: hidden;
}
.content {
Expand Down

0 comments on commit 7562643

Please sign in to comment.