Add brush icon for appearance setting tab

This commit is contained in:
Jorik Schellekens 2020-04-23 12:20:10 +01:00
parent c86638c667
commit 600a812227
3 changed files with 10 additions and 1 deletions

View file

@ -21,6 +21,10 @@ limitations under the License.
mask-image: url('$(res)/img/feather-customised/settings.svg');
}
.mx_UserSettingsDialog_appearanceIcon::before {
mask-image: url('$(res)/img/feather-customised/brush.svg');
}
.mx_UserSettingsDialog_voiceIcon::before {
mask-image: url('$(res)/img/feather-customised/phone.svg');
}