From 42feb7fd0c2d0c9cf237071d92323dcb6b54017b Mon Sep 17 00:00:00 2001 From: landabaso Date: Wed, 20 Jul 2016 09:20:55 +0200 Subject: [PATCH] Update install.md Incorrect import of a Raw Component w.r.t theming. See https://github.com/react-toolbox/react-toolbox/issues/654 --- docs/app/components/layout/install/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/components/layout/install/install.md b/docs/app/components/layout/install/install.md index 54d02665..0511c38f 100644 --- a/docs/app/components/layout/install/install.md +++ b/docs/app/components/layout/install/install.md @@ -134,7 +134,7 @@ Remember that you can import components without styles and provide those styles Then, when you use a button you can inject the appropriated theme: ```js -import { Button } from 'react-toolbox/lib/button/Button'; +import Button from 'react-toolbox/lib/button/Button'; import buttonTheme from './theme/button.scss'; const ThemedButton = (props) => (