Skip to content

Commit d5a8491

Browse files
committed
Merge branch 'main' into 25.16
2 parents dfc6c52 + a06b408 commit d5a8491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/backend.ai-ui/src/components/BAIStatistic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const BAIStatistic: React.FC<BAIStatisticProps> = ({
9494
style={{
9595
fontSize: 32,
9696
lineHeight: '1em',
97-
color: style?.color ?? 'inherit',
97+
color: style?.color ?? token.colorText,
9898
}}
9999
>
100100
{displayCurrent}

0 commit comments

Comments
 (0)