💄(react) update Alert and Toast icons

For aesthetic reasons we decided to use the circled versions of
icons.
This commit is contained in:
Nathan Vasse
2024-01-05 17:06:08 +01:00
committed by NathanVss
parent 77921e018c
commit cef284b6ab
3 changed files with 6 additions and 6 deletions

View File

@@ -124,8 +124,8 @@ describe("<Toast />", () => {
it.each([
[ToastType.INFO, "info"],
[ToastType.SUCCESS, "task_alt"],
[ToastType.WARNING, "warning"],
[ToastType.SUCCESS, "check_circle"],
[ToastType.WARNING, "error_outline"],
[ToastType.ERROR, "cancel"],
[ToastType.NEUTRAL, undefined],
])("shows a %s toast", async (type, iconName) => {