Skip to content

Commit

Permalink
Fix: Comments menu on dark mode
Browse files Browse the repository at this point in the history
References:
-
Podcastindex-org#253 (comment)

Co-authored-by: Steven Crader <[email protected]>
  • Loading branch information
dellagustin and stevencrader committed May 4, 2023
1 parent bc65ff6 commit a0bd277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/CommentMenu/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
right: 0;
display: flex;
flex-direction: column;
background: #FFF;
background: var(--button-background);
margin: 0;
padding: .75rem;
z-index: 1;
Expand Down

0 comments on commit a0bd277

Please sign in to comment.