From 7e02bb9aaec636331c592c0cebb2456ade6d4803 Mon Sep 17 00:00:00 2001 From: Carine Dengler Date: Wed, 6 Mar 2024 13:19:12 +0100 Subject: [PATCH] fix: fix inverted hyperlink colours --- web/frontend/src/pages/utils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/frontend/src/pages/utils.tsx b/web/frontend/src/pages/utils.tsx index 429c7196..20d584f0 100644 --- a/web/frontend/src/pages/utils.tsx +++ b/web/frontend/src/pages/utils.tsx @@ -15,7 +15,7 @@ export const urlizeLabel = (label: string, url?: string) => { return url ? ( + style={{ color: 'white', textDecoration: 'underline', textDecorationColor: 'red' }}> {label} ) : (