Skip to content

Commit

Permalink
style: Update chart type selection section style
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Oct 17, 2023
1 parent 8251a35 commit cf45f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/configurator/components/chart-type-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ const ChartTypeSelectorMenu = (props: ChartTypeSelectorMenuProps) => {
props;

return (
<Flex sx={{ flexDirection: "column", gap: 3 }}>
<Typography variant="body2" sx={{ mx: "auto", fontWeight: "bold" }}>
<Flex sx={{ flexDirection: "column", gap: 2 }}>
<Typography variant="caption" sx={{ mx: "auto", color: "grey.800" }}>
{title}
</Typography>
<Box
Expand Down

0 comments on commit cf45f7b

Please sign in to comment.