Skip to content

Commit

Permalink
match label font sizes to rest of graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Jan 16, 2024
1 parent 14d7746 commit 69e1c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/charts/category-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const CategoryBar = ({
<Flex sx={{ gap: 3, alignItems: 'flex-end' }}>
<Box
sx={{
fontSize: 1,
fontSize: [1, 1, 1, 2],
fontFamily: 'mono',
letterSpacing: 'mono',
color: 'secondary',
Expand Down

0 comments on commit 69e1c35

Please sign in to comment.