Update theme.ts

This commit is contained in:
Sourabh 2019-01-30 16:17:23 +05:30 committed by GitHub
parent 889cbe3f79
commit 0e3c408b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ const defaultTheme: ThemeInterface = {
colors: {
tonalOffset: 0.3,
primary: {
main: '#32329f',
main: '#5d9733',
light: ({ colors }) => lighten(colors.tonalOffset, colors.primary.main),
dark: ({ colors }) => darken(colors.tonalOffset, colors.primary.main),
contrastText: ({ colors }) => readableColor(colors.primary.main),