Skip to content

Commit a3130fb

Browse files
committed
feat: Improve drawer spacing
1 parent 67e5d08 commit a3130fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/configurator/components/filters.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ const StyledAccordion = styled(Accordion)({
476476
const TreeAccordionSummary = styled(AccordionSummary)(({ theme }) => ({
477477
minHeight: 0,
478478
transition: "background-color 0.1s ease",
479-
paddingLeft: "1rem",
479+
paddingLeft: "0.25rem",
480480
paddingRight: "1rem",
481481

482482
"&.Mui-expanded": {
@@ -552,6 +552,7 @@ const TreeAccordion = ({
552552
visibility: expandable ? "visible" : "hidden",
553553
mt: 1,
554554
p: 1,
555+
ml: 2,
555556
}}
556557
>
557558
<Icon name={expanded ? "chevronDown" : "chevronRight"} size={16} />

0 commit comments

Comments
 (0)