Tweak pill bg color for dark theme

This commit is contained in:
J. Ryan Stinnett 2019-02-13 15:11:29 +00:00
parent 5f6907c85e
commit 422750082d

View file

@ -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;