Skip to content

Commit

Permalink
Fix the path of imported colors. (#7348)
Browse files Browse the repository at this point in the history
[docs] Fix the path of imported colors
  • Loading branch information
shug0 authored and oliviertassinari committed Jul 6, 2017
1 parent c5b7cbb commit e36547e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/style/color.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ They’ve been designed to work harmoniously with each other.

For instance, you can use the red color like so:
```js
import { red, purple } from 'material-ui/styles/colors';
import { red, purple } from 'material-ui/colors';

const primary = red[500]; // #F44336
const accent = purple['A200']; // #E040FB
Expand Down

0 comments on commit e36547e

Please sign in to comment.