Skip to content

Commit

Permalink
Revert main bar colour change #354
Browse files Browse the repository at this point in the history
  • Loading branch information
tswinb committed Aug 21, 2020
1 parent 05bc03f commit 34ebabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainAppBar/mainAppBar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const styles = (theme: Theme): StyleRules =>
width: '100%',
},
appBar: {
backgroundColor: theme.palette.secondary.main,
backgroundColor: theme.palette.primary.main,
transition: theme.transitions.create(['margin', 'width'], {
easing: theme.transitions.easing.easeIn,
duration: theme.transitions.duration.leavingScreen,
Expand Down

0 comments on commit 34ebabe

Please sign in to comment.