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 ee99d3b commit 80d90d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/data/tree-view/tree-item-customization/ContentSlot.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const CustomContent = styled('div')(({ theme }) => ({
padding: theme.spacing(0.5, 1),
paddingLeft: `calc(${theme.spacing(1)} + var(--TreeView-itemChildrenIndentation) * var(--TreeView-itemDepth))`,
borderRadius: theme.shape.borderRadius,
width: '100%',
border: '1px solid',
display: 'flex',
'&:hover': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const CustomContent = styled('div')(({ theme }) => ({
padding: theme.spacing(0.5, 1),
paddingLeft: `calc(${theme.spacing(1)} + var(--TreeView-itemChildrenIndentation) * var(--TreeView-itemDepth))`,
borderRadius: theme.shape.borderRadius,
width: '100%',
border: '1px solid',
display: 'flex',
'&:hover': {
Expand Down

0 comments on commit 80d90d7

Please sign in to comment.