Change expander color
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user