Skip to content

Commit

Permalink
Update sentence which might be misinterpreted
Browse files Browse the repository at this point in the history
The previous sentence has a chance of being misinterpreted into 'overriding the primary *palette*, entirely with a particular *hue*'. Reader might confuse the terms Hue, Palette and Colors by this sentence, even though they were explained just above.

(A slight reference here : mui#8075)
  • Loading branch information
senthuran16 authored Dec 10, 2017
1 parent b9da111 commit d9772f0
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 @@ -19,7 +19,7 @@ A palette is a collection of hues. By default, Material-UI ships with all palett
This color palette comprises primary and accent colors that can be used for illustration or to develop your brand colors.
They’ve been designed to work harmoniously with each other.

For instance, you can use the red color like so:
For instance, you can refer to a particular hue/shade of the red color from palette like so:
```js
import { red, purple } from 'material-ui/colors';

Expand Down

0 comments on commit d9772f0

Please sign in to comment.