Skip to content

Commit

Permalink
fix(System): use correct colors for StatsInfo in light and dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vrozaev committed Oct 2, 2024
1 parent 7df0b04 commit 4897f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/ui/pages/system/ProxiesImpl/StatsInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const StatsInfo = ({
<div>
<CountUrl count={count} url={url} variant="body-2" />
</div>
<Text className={block('text')} variant="body-short">
<Text className={block('text')} variant="body-short" color="secondary">
{status}
</Text>
<Progress className={block('progress')} stack={stack ?? []} size="xs" />
Expand Down

0 comments on commit 4897f6f

Please sign in to comment.