From e6e6041fdfcf854ff78a2d3b48f81ff73cd895bf Mon Sep 17 00:00:00 2001 From: Hendrik Schmidt Date: Tue, 28 May 2024 17:34:58 +0200 Subject: [PATCH] Update InputError.tsx --- packages/shared/components/InputError.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/components/InputError.tsx b/packages/shared/components/InputError.tsx index c93a4779..e0ace5c9 100644 --- a/packages/shared/components/InputError.tsx +++ b/packages/shared/components/InputError.tsx @@ -1,4 +1,4 @@ -import ErrorOutline from "@mui/icons-material/ErrorOutline"; +import ErrorOutline from "@digitalservicebund/icons/ErrorOutline"; import type { PropsWithChildren } from "react"; type InputErrorProps = PropsWithChildren<{