Skip to content

Commit

Permalink
Fixing dark mode pocket item borders (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
nybbles authored Feb 6, 2022
1 parent ba1d818 commit ab34c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/components/PocketItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import {

const styles = stylesheet`
.item {
color: black;
border: 1px solid black;
color: var(--background-modifier-border);
border: 1px solid var(--background-modifier-border);
display: block;
padding: 4px 8px;
Expand Down

0 comments on commit ab34c46

Please sign in to comment.