From be5bb45c4ff8b2b1da80bfa496e481da78bc343a Mon Sep 17 00:00:00 2001 From: atanasster Date: Wed, 15 Jul 2020 06:56:52 -0400 Subject: [PATCH] fix: update home page dark colors --- examples/stories/src/pages/home-page.mdx | 4 ++-- ui/components/src/ThemeContext/theme.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/stories/src/pages/home-page.mdx b/examples/stories/src/pages/home-page.mdx index d3284fd06..ae9586f8f 100644 --- a/examples/stories/src/pages/home-page.mdx +++ b/examples/stories/src/pages/home-page.mdx @@ -23,11 +23,11 @@ export const BoxItem = ({ children, title, action, ...rest }) => ( ); - + component-controls - Start documenting your components with MDX and ESM. + Start documenting your components with MDX and ESM. From auto-generated documentation for your react components, all the way to a full-featured CMS with blogs, tutorials, tags, authors and full-text search: component-controls compbines the best of breed from all pre-existing tools in the industry into a flexible platform. diff --git a/ui/components/src/ThemeContext/theme.ts b/ui/components/src/ThemeContext/theme.ts index b7829d811..188c8932e 100644 --- a/ui/components/src/ThemeContext/theme.ts +++ b/ui/components/src/ThemeContext/theme.ts @@ -94,10 +94,11 @@ export const theme: ControlsTheme = { palette5: '#1976d2', modes: { dark: { - primary: '#d5c0f1', + primary: '#efefef', secondary: '#b4e1fa', highlight: '#b7ecec', muted: '#c9cacf', + gray: '#4d5866', background: '#38404a', sidebar: '#000', text: '#d3d4db',