From 0e3c408b295ef37ba9a6e8738f81966cff554973 Mon Sep 17 00:00:00 2001 From: Sourabh Date: Wed, 30 Jan 2019 16:17:23 +0530 Subject: [PATCH] Update theme.ts --- src/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.ts b/src/theme.ts index 9d31285b..f974f5b0 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -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),