Merged in fix/sw-3695-iconfixes (pull request #3462)
fix(SW-3695): icon fixes * fix(SW-3695): icon fixes Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -11,7 +11,11 @@ export default function RoomNotAvailable() {
|
||||
return (
|
||||
<div className={styles.noRoomsContainer}>
|
||||
<div className={styles.noRooms}>
|
||||
<MaterialIcon icon="dangerous" color="Icon/Feedback/Error" size={16} />
|
||||
<MaterialIcon
|
||||
icon="error_circle_rounded"
|
||||
color="Icon/Feedback/Error"
|
||||
size={16}
|
||||
/>
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
|
||||
Reference in New Issue
Block a user