Skip to content

Commit

Permalink
feat: move dark mode background color
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Jan 6, 2022
1 parent e6088f6 commit 3e6e81c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/PackTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ const PackTile = ({
@media screen and (max-width: ${IMAGE_BREAKPOINT}) {
display: none;
}
.dark-mode & {
background-color: white;
}
${isListView() &&
css`
Expand All @@ -136,10 +139,6 @@ const PackTile = ({
object-fit: scale-down;
margin: 0 auto 10px;
height: 100%;
.dark-mode & {
background-color: white;
}
`}
/>
</div>
Expand Down

0 comments on commit 3e6e81c

Please sign in to comment.