Better spacing on filter buttons

This commit is contained in:
Jackson Harper 2023-03-01 13:38:32 +08:00
parent 5c9701b00d
commit 3ba6f5c0c8

View file

@ -205,7 +205,7 @@ function FilterButton(props: FilterButtonProps): JSX.Element {
<Box
css={{
pl: '10px',
mb: '10px',
mb: '2px',
display: 'flex',
width: '100%',
height: '32px',