Skip to content

Commit

Permalink
Fix skeleton in dark mode (#23406)
Browse files Browse the repository at this point in the history
* Fix skeleton in dark mode

* Fix
  • Loading branch information
piitaya authored Dec 23, 2024
1 parent bdb2824 commit fc0907e
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,13 @@ class HaBackupOverviewBackups extends LitElement {
animation-timing-function: linear;
animation-duration: 1.2s;
border-radius: 4px;
height: 20px;
height: 16px;
margin: 2px 0;
background: linear-gradient(
to right,
rgb(247, 249, 250) 8%,
rgb(235, 238, 240) 18%,
rgb(247, 249, 250) 33%
var(--card-background-color) 8%,
var(--secondary-background-color) 18%,
var(--card-background-color) 33%
)
0% 0% / 936px 104px;
}
Expand Down

0 comments on commit fc0907e

Please sign in to comment.