Merged in fix/icons (pull request #3468)

feat(SW-3695): more icons fixes...

* feat(SW-3695): more icons fixes...
This commit is contained in:
Linus Flood
2026-01-21 12:34:24 +00:00
parent 1bb2b72b2f
commit 2d8df528ac
5 changed files with 17 additions and 16 deletions

View File

@@ -15,11 +15,7 @@ export default function ValidationError() {
variant="Body/Supporting text (caption)/smBold"
>
<span>
<MaterialIcon
icon="error_circle_rounded"
color="Icon/Feedback/Error"
size={20}
/>
<MaterialIcon icon="error" color="Icon/Feedback/Error" size={20} />
{intl.formatMessage({
id: "bookingWidget.validationError.destination",
defaultMessage: "Enter destination or hotel",

View File

@@ -20,11 +20,7 @@ export default function ValidationError() {
variant="Body/Supporting text (caption)/smBold"
>
<span>
<MaterialIcon
icon="error_circle_rounded"
color="Icon/Feedback/Error"
size={20}
/>
<MaterialIcon icon="error" color="Icon/Feedback/Error" size={20} />
{errorMessage}
</span>
</Typography>