Skip to content

Commit 35d1b1b

Browse files
committed
StatsHouse UI: update legend style
1 parent 8b0405e commit 35d1b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statshouse-ui/src/components2/Plot/PlotLegend/AlignByDot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const AlignByDot: React.FC<AlignByDotProps> = ({ value, title, unit = '',
2222
return (
2323
<Tooltip<'span'> as="span" className={cn(className, 'font-monospace')} title={title}>
2424
<span>{i}</span>
25-
<span className={cn(css.dotSpace)}>
25+
<span className={cn(css.dotSpace, 'text-body-tertiary')}>
2626
{f && '.'}
2727
{f}
2828
{!!value && unit}

0 commit comments

Comments
 (0)