From 984bc156f18c3444eb63f592a21f501e457b54ad Mon Sep 17 00:00:00 2001 From: Enno Gelhaus Date: Fri, 19 Sep 2025 19:17:44 +0200 Subject: [PATCH] Update feedback button SVG icon size and color --- apps/frontend/src/components/new-layout/layout.component.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/components/new-layout/layout.component.tsx b/apps/frontend/src/components/new-layout/layout.component.tsx index 092e1c41..26fefec2 100644 --- a/apps/frontend/src/components/new-layout/layout.component.tsx +++ b/apps/frontend/src/components/new-layout/layout.component.tsx @@ -84,8 +84,8 @@ export const LayoutComponent = ({ children }: { children: ReactNode }) => { aria-label="Feedback" className="hover:text-newTextColor" > - - + + );