Max width on filter buttons

This commit is contained in:
Jackson Harper 2023-03-01 18:21:17 +08:00
parent c603f730a8
commit 1fafc3cb19

View file

@ -208,7 +208,7 @@ function FilterButton(props: FilterButtonProps): JSX.Element {
pl: '10px',
mb: '2px',
display: 'flex',
width: '100%',
maxWidth: '100%',
height: '32px',
backgroundColor: selected ? '#FFEA9F' : 'unset',
fontSize: '14px',