Skip to content

Commit

Permalink
style: Match font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Feb 23, 2024
1 parent 286b0ba commit 96b9255
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/components/chart-filters-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ export const ChartFiltersList = (props: ChartFiltersListProps) => {

return fetching ? (
<Typography component="div" variant="caption" color="grey.600">
<Trans id="controls.section.data.filters">Filters</Trans>:{" "}
<b>
<Trans id="controls.section.data.filters">Filters</Trans>:
</b>{" "}
<Trans id="hint.loading.data">Loading data...</Trans>
</Typography>
) : allFilters.length ? (
Expand Down

0 comments on commit 96b9255

Please sign in to comment.