From eea69290718a97305c61effa107e5ff3b8a3a684 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 17 Jul 2023 23:06:53 +0100 Subject: [PATCH] Hyperlink styling for row value --- src/components/Form/Row.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Form/Row.tsx b/src/components/Form/Row.tsx index 4d05139..fd2a24e 100644 --- a/src/components/Form/Row.tsx +++ b/src/components/Form/Row.tsx @@ -24,6 +24,9 @@ export const StyledRow = styled.div` white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + a { + color: ${colors.primary}; + } } `;