Fix wrong icon being used for appearance tab in space preferences dialog (#7570)

This commit is contained in:
Michael Telatynski
2022-01-18 17:56:49 -07:00
committed by GitHub
parent 336e1ae3b6
commit aac5964121
2 changed files with 5 additions and 1 deletions
@@ -44,3 +44,7 @@ limitations under the License.
}
}
}
.mx_SpacePreferencesDialog_appearanceIcon::before {
mask-image: url('$(res)/img/element-icons/settings/appearance.svg');
}