Change expander color
This commit is contained in:
@@ -79,6 +79,9 @@ const styles = (theme: Theme) => ({
|
|||||||
fontWeight: 'bold' as 'bold',
|
fontWeight: 'bold' as 'bold',
|
||||||
overflow: 'hidden' as 'hidden',
|
overflow: 'hidden' as 'hidden',
|
||||||
},
|
},
|
||||||
|
expander: {
|
||||||
|
color: theme.palette.type === 'light' ? '#222' : '#eee',
|
||||||
|
},
|
||||||
title: {
|
title: {
|
||||||
borderRadius: '4px',
|
borderRadius: '4px',
|
||||||
lineHeight: '1em',
|
lineHeight: '1em',
|
||||||
|
|||||||
Reference in New Issue
Block a user