Change expander color

This commit is contained in:
Thomas Nordquist
2019-02-17 09:58:09 +01:00
parent 4b8356632c
commit 1339c1a292

View File

@@ -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',