From 435ddccca4464a4dfa2f4f6f33478d6689c6babc Mon Sep 17 00:00:00 2001 From: Sourabh Date: Wed, 30 Jan 2019 16:14:19 +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..ad7d02a9 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -14,7 +14,7 @@ const defaultTheme: ThemeInterface = { colors: { tonalOffset: 0.3, primary: { - main: '#32329f', + main: '#ff00ff', light: ({ colors }) => lighten(colors.tonalOffset, colors.primary.main), dark: ({ colors }) => darken(colors.tonalOffset, colors.primary.main), contrastText: ({ colors }) => readableColor(colors.primary.main),