diff --git a/app/src/components/Tree/TreeNodeTitle.tsx b/app/src/components/Tree/TreeNodeTitle.tsx index 14fa8e9..653c6e8 100644 --- a/app/src/components/Tree/TreeNodeTitle.tsx +++ b/app/src/components/Tree/TreeNodeTitle.tsx @@ -79,6 +79,9 @@ const styles = (theme: Theme) => ({ fontWeight: 'bold' as 'bold', overflow: 'hidden' as 'hidden', }, + expander: { + color: theme.palette.type === 'light' ? '#222' : '#eee', + }, title: { borderRadius: '4px', lineHeight: '1em',