Skip to content

Commit

Permalink
refactor(message): remove animated background on image placeholder (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
domw30 authored Oct 7, 2024
1 parent 0d81d19 commit 4803300
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/message/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,5 @@
background-color: rgba(54, 93, 87, 0.2);
background: linear-gradient(90deg, rgba(54, 93, 87, 0.2) 25%, rgba(54, 93, 87, 0.4) 50%, rgba(54, 93, 87, 0.2) 75%);
background-size: 600px 100%;
animation: fadein 1s ease-in forwards, loadingShimmer 2s infinite linear;
}
}

0 comments on commit 4803300

Please sign in to comment.