Update iconography for spaces

This commit is contained in:
Michael Telatynski 2021-03-24 19:43:33 +00:00
parent 8369d42dd0
commit 20ea1436fc
5 changed files with 17 additions and 4 deletions

View file

@ -27,6 +27,9 @@ limitations under the License.
.mx_RoomList_iconExplore::before {
mask-image: url('$(res)/img/element-icons/roomlist/explore.svg');
}
.mx_RoomList_iconBrowse::before {
mask-image: url('$(res)/img/element-icons/roomlist/browse.svg');
}
.mx_RoomList_iconDialpad::before {
mask-image: url('$(res)/img/element-icons/roomlist/dialpad.svg');
}