diff --git a/src/components/common/CollapsibleList.tsx b/src/components/common/CollapsibleList.tsx index ef64aa8..0b12390 100644 --- a/src/components/common/CollapsibleList.tsx +++ b/src/components/common/CollapsibleList.tsx @@ -42,6 +42,9 @@ const CollapsibleList: FC = ({ list, onItemClick }) => { '& .MuiButton-root': { position: 'relative', + border: '0.0625rem solid transparent', + borderColor: gray200, + lineHeight: '0.825rem', '&:hover:before': { content: '""', height: '100%',