Skip to content

Commit

Permalink
[Fix] Removes broken links in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrtnz committed Apr 27, 2015
1 parent 39abfb9 commit 74cce48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ module.exports = MyAwesomeReactComponent;
## Customization

Material-UI components have their styles defined inline. There are two approaches to overriding these styles:
* [Override individual component styles via the `style` prop](https://material-ui.com/#/customization/inline-styles)
* [Define a Theme to apply overarching style changes](https://material-ui.com/#/customization/themes)

* Override individual component styles via the `style` prop
* Define a Theme to apply overarching style changes

This allows you to override variables used by components without having to modify material-ui source files directly.

Expand Down

0 comments on commit 74cce48

Please sign in to comment.