diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-19 22:58:40 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-19 22:58:40 +0100 |
| commit | 3ebb062e99dbd8a63d5642d67ba4be753e61a34d (patch) | |
| tree | 3729e829f125f6bf7055cf504b255948ee683526 /src/frontend/app/components/LineIcon.tsx | |
| parent | 747c579b15c54dc5dbc50482d3361761853e007a (diff) | |
feat: Enhance map attribution feature; improve styles and add toggle functionality in StopMapSheet component
Diffstat (limited to 'src/frontend/app/components/LineIcon.tsx')
| -rw-r--r-- | src/frontend/app/components/LineIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<LineIconProps> = ({ style={ { "--line-colour": `var(${cssVarName})`, - "--line-text-colour": `var(${cssTextVarName}, unset)`, + "--line-text-colour": `var(${cssTextVarName}, #000000)`, } as React.CSSProperties } > |
