From 8734eceb37e3b50e0ab1a715fd779a83aaa859a5 Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Sun, 27 Nov 2016 12:51:20 +0100 Subject: [PATCH] Fixes #964 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88e58383..cffe5292 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,8 @@ render( A couple of things here. First you need to use raw components to get this styles properly applied. Second, you have to add dependency themes by yourself. For example, the `Button` requires `Ripple` so you have to provide styles for both of them. +Also, recall that all components accepts a theme verifying required classNames but there may be some missing. If any property is missing you can check the selectors you want to override straight in the DevTools. + ## Roboto Font and Material Design Icons React Toolbox assumes that you are importing [Roboto Font](https://fonts.google.com/specimen/Roboto) and [Material Design Icons](https://material.io/icons/).