Skip to content
This repository was archived by the owner on Nov 19, 2022. It is now read-only.

Commit d3ba9b4

Browse files
authored
Merge pull request #35 from gm666q/feature/grey-type
Add the missing GreyType 50
2 parents 07cce46 + d48571d commit d3ba9b4

File tree

1 file changed

+1
-0
lines changed
  • core/src/main/kotlin/materialui/styles/palette

1 file changed

+1
-0
lines changed

core/src/main/kotlin/materialui/styles/palette/GreyType.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ enum class GreyType(internal val keyName: dynamic) {
66
_200(200),
77
_300(300),
88
_400(400),
9+
_50(50),
910
_500(500),
1011
_600(600),
1112
_700(700),

0 commit comments

Comments
 (0)