Material Tree

pull/6494/head
Cagatay Civici 2024-09-29 00:35:38 +03:00
parent 81bc6f89b4
commit 80b1f0210c
1 changed files with 5 additions and 5 deletions

View File

@ -4,12 +4,12 @@ export default {
color: '{content.color}', color: '{content.color}',
padding: '1rem', padding: '1rem',
gap: '2px', gap: '2px',
indent: '1rem', indent: '2rem',
transitionDuration: '{transition.duration}' transitionDuration: '{transition.duration}'
}, },
node: { node: {
padding: '0.25rem 0.5rem', padding: '0.5rem 0.75rem',
borderRadius: '{content.border.radius}', borderRadius: '{border.radius.xs}',
hoverBackground: '{content.hover.background}', hoverBackground: '{content.hover.background}',
selectedBackground: '{highlight.background}', selectedBackground: '{highlight.background}',
color: '{text.color}', color: '{text.color}',
@ -22,7 +22,7 @@ export default {
offset: '-1px', offset: '-1px',
shadow: '{focus.ring.shadow}' shadow: '{focus.ring.shadow}'
}, },
gap: '0.25rem' gap: '0.5rem'
}, },
nodeIcon: { nodeIcon: {
color: '{text.muted.color}', color: '{text.muted.color}',
@ -31,7 +31,7 @@ export default {
}, },
nodeToggleButton: { nodeToggleButton: {
borderRadius: '50%', borderRadius: '50%',
size: '1.75rem', size: '2rem',
hoverBackground: '{content.hover.background}', hoverBackground: '{content.hover.background}',
selectedHoverBackground: '{content.background}', selectedHoverBackground: '{content.background}',
color: '{text.muted.color}', color: '{text.muted.color}',