Switch out the globe icon and colour it depending on theme

This commit is contained in:
Michael Telatynski 2020-08-13 15:16:31 +01:00
parent 850c850bde
commit df75024a21
4 changed files with 4 additions and 5 deletions

View file

@ -15,6 +15,7 @@ $room-highlight-color: #343a46;
// typical text (dark-on-white in light skin)
$primary-fg-color: $text-primary-color;
$secondary-fg-color: $primary-fg-color;
$primary-bg-color: $bg-color;
$muted-fg-color: $header-panel-text-primary-color;