Skip to content

Commit afc4872

Browse files
committed
style: Add margin top
1 parent a5e26b4 commit afc4872

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/chart-shared.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const ChartControls = ({
3333
gridTemplateAreas: `
3434
"filtersToggle metadataToggle"
3535
"filtersList filtersList"`,
36+
mt: 4,
3637
}}
3738
>
3839
<Box sx={{ gridArea: "filtersToggle" }}>

0 commit comments

Comments
 (0)