mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
white -> #fff
This commit is contained in:
parent
de0fd588b6
commit
18a6ee5a52
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue