From 61fb1b1583467f5bba93df6fec8c253f86c155f7 Mon Sep 17 00:00:00 2001 From: csehviktor Date: Thu, 10 Jul 2025 21:09:28 +0200 Subject: [PATCH] fix colors for back button --- ui/src/components/Header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/Header.tsx b/ui/src/components/Header.tsx index 9cfbea6..f0a220a 100644 --- a/ui/src/components/Header.tsx +++ b/ui/src/components/Header.tsx @@ -12,13 +12,13 @@ export function Header({ props }: { props: HeaderProps }) { const navigate = useNavigate(); return ( -
+
{props.hasBackButton && (