Skip to content

Commit

Permalink
Edited styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed Aug 8, 2024
1 parent 121f055 commit 3901a69
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/components/FilterMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ export const FilterMenu = ({ children, defaultIndex }: FilterMenuProps) => (
boxShadow={"0px 8px 4px 0px rgba(0, 0, 0, 0.08)"}
defaultIndex={defaultIndex}
>
<AccordionItem
borderTopWidth="0"
borderBottomWidth="0 !important"
value="1"
>
<AccordionItem borderTopWidth="0" value="1">
<AccordionButton aria-label="Close geography filter menu" px={0}>
<Box
as="span"
Expand Down

0 comments on commit 3901a69

Please sign in to comment.