Skip to content

Commit

Permalink
Fix white background in messenger recipe dark mode (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy authored Jan 12, 2024
1 parent 2548561 commit c3429a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipes/messenger/darkmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
--hover-overlay: rgba(255, 255, 255, 0.05);
--media-inner-border: rgba(255, 255, 255, 0.1);
--messenger-card-background: #1e1e1e;
--mwp-message-row-background: #1e1e1e;
--overlay-alpha-80: rgba(41, 41, 41, 0.8);
--popover-background: #1e1e1e;
--primary-icon: #cecece;
Expand Down
2 changes: 1 addition & 1 deletion recipes/messenger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "messenger",
"name": "Messenger",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"config": {
"serviceURL": "https://messenger.com",
Expand Down

0 comments on commit c3429a5

Please sign in to comment.