Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Tweak pill bg color for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Feb 13, 2019
1 parent 5f6907c commit 4227500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/themes/dark/css/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ $light-fg-color: $header-panel-text-secondary-color;
// used for focusing form controls
$focus-bg-color: $room-highlight-color;

$mention-user-pill-bg-color: $warning-color;
$other-user-pill-bg-color: $room-highlight-color;

// informational plinth
$info-plinth-bg-color: $header-panel-bg-color;
$info-plinth-fg-color: #888;
Expand Down

0 comments on commit 4227500

Please sign in to comment.