Skip to content

Commit

Permalink
Messenger: Add color definition for incoming message bubbles. (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
TiZ-HugLife authored Oct 24, 2023
1 parent 6da4f32 commit 25794f7
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 @@ -3,6 +3,7 @@
:root,
.__fb-light-mode {
--card-background: #1e1e1e;
--chat-incoming-message-bubble-background-color: #292929;
--comment-background: #292929;
--comment-footer-background: #333;
--card-background-flat: #292929;
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.0",
"version": "1.8.1",
"license": "MIT",
"config": {
"serviceURL": "https://messenger.com",
Expand Down

0 comments on commit 25794f7

Please sign in to comment.