Skip to content

Commit

Permalink
Ensure that blue group avatars are preserved in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Oct 18, 2018
1 parent fbaef50 commit 2b5f6d8
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 257 deletions.
3 changes: 3 additions & 0 deletions stylesheets/_theme_dark.scss
Expand Up @@ -1325,6 +1325,9 @@ body.dark-theme {
background-color: $color-conversation-grey-shade;
}

.module-avatar--signal-blue {
background-color: $color-signal-blue;
}
.module-avatar--red {
background-color: $color-conversation-red-shade;
}
Expand Down

0 comments on commit 2b5f6d8

Please sign in to comment.