Skip to content

Commit

Permalink
Fix attachment and receiver pill background in dark mode (#1933)
Browse files Browse the repository at this point in the history
Co-authored-by: stefanaz2 <[email protected]>
  • Loading branch information
sfrunza13 and stefanaz2 authored Oct 13, 2022
1 parent cdfaa48 commit e58c862
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,17 @@ html.dark-mode ._9xq0 {
html.dark-mode .x14hiurz {
background-color: transparent !important;
}

/* Attachement Background Color in Chat Box */
/* TODO: Remove when fixed by fb, since #d6d9dd is too bright here */
/* Current Background-Color is same style as add attachment button */
html.dark-mode .x1ybostu {
background-color: rgba(134 142 153 / 25%);
}

/* Recipient Pills in new message form */
/* TODO: Remove when fixed by fb, since #f3f3f4 is too bright here */
/* It seems FB uses shades of blue here */
html.dark-mode .x4noic3 {
background-color: var(--secondary-button-background);
}

0 comments on commit e58c862

Please sign in to comment.