mirror of https://github.com/vector-im/riot-web
Fix wrong icon being used for appearance tab in space preferences dialog (#7570)
parent
336e1ae3b6
commit
aac5964121
|
@ -44,3 +44,7 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_SpacePreferencesDialog_appearanceIcon::before {
|
||||
mask-image: url('$(res)/img/element-icons/settings/appearance.svg');
|
||||
}
|
||||
|
|
|
@ -73,7 +73,7 @@ const SpacePreferencesDialog: React.FC<IProps> = ({ space, initialTabId, onFinis
|
|||
new Tab(
|
||||
SpacePreferenceTab.Appearance,
|
||||
_td("Appearance"),
|
||||
"mx_RoomSettingsDialog_notificationsIcon",
|
||||
"mx_SpacePreferencesDialog_appearanceIcon",
|
||||
<SpacePreferencesAppearanceTab space={space} />,
|
||||
),
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue