From 3ebb062e99dbd8a63d5642d67ba4be753e61a34d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 19 Nov 2025 22:58:40 +0100 Subject: feat: Enhance map attribution feature; improve styles and add toggle functionality in StopMapSheet component --- src/frontend/app/components/LineIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/app/components/LineIcon.tsx') diff --git a/src/frontend/app/components/LineIcon.tsx b/src/frontend/app/components/LineIcon.tsx index 3ad9293..8c3dbeb 100644 --- a/src/frontend/app/components/LineIcon.tsx +++ b/src/frontend/app/components/LineIcon.tsx @@ -25,7 +25,7 @@ const LineIcon: React.FC = ({ style={ { "--line-colour": `var(${cssVarName})`, - "--line-text-colour": `var(${cssTextVarName}, unset)`, + "--line-text-colour": `var(${cssTextVarName}, #000000)`, } as React.CSSProperties } > -- cgit v1.3