We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfc6c52 + a06b408 commit d5a8491Copy full SHA for d5a8491
1 file changed
packages/backend.ai-ui/src/components/BAIStatistic.tsx
@@ -94,7 +94,7 @@ const BAIStatistic: React.FC<BAIStatisticProps> = ({
94
style={{
95
fontSize: 32,
96
lineHeight: '1em',
97
- color: style?.color ?? 'inherit',
+ color: style?.color ?? token.colorText,
98
}}
99
>
100
{displayCurrent}
0 commit comments