We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a898a commit e7e62d6Copy full SHA for e7e62d6
README.md
@@ -16,7 +16,7 @@
16
| ----------|-----------|
17
| <img src="./screenshots/material_design2.gif" width="400">| <img src="./screenshots/material_design3.gif" width="400"> |
18
19
-## Material Design 2 Colors && Swatches
+## Material Design 2 Colors & Swatches
20
21
### Material Colors
22
@@ -44,7 +44,7 @@ val RedA400 = Color(0xffFF1744)
44
val RedA700 = Color(0xffD50000)
45
```
46
47
-For material Swatches
+### Material Swatches
48
49
Call any swatch from `ColorSwatch` for instance for Red500 with `ColorSwatch.red` which will return
50
primary color `Map<Int,Color>`
0 commit comments