white -> #fff

pull/4583/head
Luke Barnard 2017-07-14 17:52:11 +01:00
parent de0fd588b6
commit 18a6ee5a52
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// --Matthew
.mx_UserPill {
color: white;
color: #fff;
background-color: $accent-color;
padding: 1px 5px 0px 2px;
border-radius: 16px;
@ -16,7 +16,7 @@
.mx_RoomPill {
background-color: $rte-room-pill-color;
color: white;
color: #fff;
padding: 1px 5px 0px 2px;
border-radius: 16px;
}