Skip to content

Commit

Permalink
feat(Thumbnail): white background color on thumbnail image
Browse files Browse the repository at this point in the history
  • Loading branch information
liamross committed Apr 20, 2020
1 parent 155fd25 commit fbb8366
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Thumbnail/_Thumbnail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ $thumbnail-border-size: 2px;
flex: 1 1 auto;
pointer-events: none;

img {
background-color: white;
}

img,
.ui__thumbnail__image__skeleton {
border: 1px solid $color-blue-gray-1;
Expand Down

0 comments on commit fbb8366

Please sign in to comment.