MessageComposer styling for Draft
This commit is contained in:
parent
7e563b89c7
commit
819e06e2cd
2 changed files with 31 additions and 10 deletions
|
@ -0,0 +1,14 @@
|
|||
.mx_UserPill {
|
||||
color: white;
|
||||
background-color: #76cfa6;
|
||||
padding: 2px 8px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.mx_RoomPill {
|
||||
background-color: white;
|
||||
color: #76cfa6;
|
||||
border: 1px solid #76cfa6;
|
||||
padding: 2px 8px;
|
||||
border-radius: 16px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue