Skip to content

Commit

Permalink
👽 Replace deprecated background values #359 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
agneevX authored Jul 29, 2020
1 parent 0427c9a commit 4bde316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const style = css`
padding-top: 100%;
}
.mmp__bg {
background: var(--ha-card-background, var(--paper-card-background-color, white));
background: var(--ha-card-background, var(--card-background-color, var(--paper-card-background-color, white)));
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
overflow: hidden;
Expand Down

0 comments on commit 4bde316

Please sign in to comment.