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