Change the tab text colour to black.

Keeping the main title white and bold for now as it pops more. Maybe also
need to change.

Fixes #25.
master
Tom Hacohen 6 years ago
parent 95e97b1c31
commit 6b859b0693

@ -83,7 +83,7 @@ class Journal extends React.PureComponent<PropsTypeInner> {
<SecondaryHeader text={collectionInfo.displayName} />
<Tabs
fullWidth={true}
style={{ backgroundColor: theme.palette.primary.main, color: 'white' }}
style={{ backgroundColor: theme.palette.primary.main }}
value={currentTab}
onChange={(event, tab) => this.setState({ tab })}
>

@ -96,7 +96,7 @@ class PimMain extends React.PureComponent<PropsType> {
<React.Fragment>
<Tabs
fullWidth={true}
style={{ backgroundColor: theme.palette.primary.main, color: 'white' }}
style={{ backgroundColor: theme.palette.primary.main }}
value={tab}
onChange={(event, value) => this.setState({tab: value})}
>

Loading…
Cancel
Save