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} /> <SecondaryHeader text={collectionInfo.displayName} />
<Tabs <Tabs
fullWidth={true} fullWidth={true}
style={{ backgroundColor: theme.palette.primary.main, color: 'white' }} style={{ backgroundColor: theme.palette.primary.main }}
value={currentTab} value={currentTab}
onChange={(event, tab) => this.setState({ tab })} onChange={(event, tab) => this.setState({ tab })}
> >

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

Loading…
Cancel
Save