Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Oct 29, 2024
1 parent f2ee6a3 commit 75eccaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default function GmailTreeView() {
endIcon: EndIcon,
}}
sx={{ flexGrow: 1, maxWidth: 400 }}
itemChildrenIndentation={16}
itemChildrenIndentation={24}
>
<CustomTreeItem itemId="1" label="All Mail" labelIcon={MailIcon} />
<CustomTreeItem itemId="2" label="Trash" labelIcon={DeleteIcon} />
Expand Down

0 comments on commit 75eccaf

Please sign in to comment.