Skip to content

Commit

Permalink
small styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp2121 committed Jul 3, 2023
1 parent ef952fe commit a3109de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/Network/BarChartVersion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ const CustomLegend = (props: LegendProps) => {
<div className="legend-stable">
<div className="stable-text">
<span>{t('current_stable_version')}:</span>
<span className="stable" style={{ color: GREY_0 }}>
<strong className="stable">
{' '}
{t('stable_version', { stableVersion })}{' '}
</span>
</strong>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/containers/Network/css/barchart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
background-color: $black-70;

.stable {
color: $black-0;
font-weight: 700;
}
}
Expand Down

0 comments on commit a3109de

Please sign in to comment.