1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Replace $roomtile-name-color with $muted-fg-color (equivalent)

This commit is contained in:
Travis Ralston
2020-07-17 16:03:26 -06:00
parent a30da8dcdb
commit 1cecabb0b3
8 changed files with 12 additions and 17 deletions

View File

@@ -157,7 +157,7 @@ limitations under the License.
font-weight: 600;
font-size: $font-14px;
padding: 0 5px;
background-color: $roomtile-name-color;
background-color: $muted-fg-color;
}
.mx_TagTile_badgeHighlight {