Skip to content

Commit

Permalink
feat: add error color to default theme palette
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Jan 28, 2020
1 parent a1944c9 commit 5fee1dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/src/theme/defaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ export const rawMuiTheme = {
action: {
hover: colors.reactionBlue100,
selected: colors.black10
},
error: {
main: colors.red
}
},
typography: {
Expand Down

0 comments on commit 5fee1dd

Please sign in to comment.