We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e5d08 commit a3130fbCopy full SHA for a3130fb
1 file changed
app/configurator/components/filters.tsx
@@ -476,7 +476,7 @@ const StyledAccordion = styled(Accordion)({
476
const TreeAccordionSummary = styled(AccordionSummary)(({ theme }) => ({
477
minHeight: 0,
478
transition: "background-color 0.1s ease",
479
- paddingLeft: "1rem",
+ paddingLeft: "0.25rem",
480
paddingRight: "1rem",
481
482
"&.Mui-expanded": {
@@ -552,6 +552,7 @@ const TreeAccordion = ({
552
visibility: expandable ? "visible" : "hidden",
553
mt: 1,
554
p: 1,
555
+ ml: 2,
556
}}
557
>
558
<Icon name={expanded ? "chevronDown" : "chevronRight"} size={16} />
0 commit comments