Replace $roomtile-badge-fg-color with $accent-fg-color

This commit is contained in:
Travis Ralston 2020-07-17 16:08:47 -06:00
parent b24436c4a4
commit 40e4347114
4 changed files with 1 additions and 4 deletions

View File

@ -41,7 +41,7 @@ limitations under the License.
// with text-align in parent
display: inline-block;
padding: 0 4px;
color: $roomtile-badge-fg-color;
color: $accent-fg-color;
background-color: $muted-fg-color;
}

View File

@ -194,7 +194,6 @@ $presence-offline: #e3e8f0;
// ********************
$roomtile-badge-fg-color: $accent-fg-color;
$roomtile-selected-color: #212121;
$roomtile-notified-color: #212121;
$roomtile-selected-bg-color: #fff;

View File

@ -69,7 +69,6 @@ $roomsublist-background: var(--roomlist-background-color);
$secondary-accent-color: var(--roomlist-background-color);
$selected-color: var(--roomlist-background-color);
$widget-menu-bar-bg-color: var(--roomlist-background-color);
$roomtile-badge-fg-color: var(--roomlist-background-color);
$roomlist-bg-color: var(--roomlist-background-color);
//
// --timeline-text-color

View File

@ -193,7 +193,6 @@ $presence-offline: #E3E8F0;
// ********************
$roomtile-badge-fg-color: $accent-fg-color;
$roomtile-selected-color: #212121;
$roomtile-notified-color: #212121;
$roomtile-selected-bg-color: #fff;