Skip to content

Commit

Permalink
fix(mapping): typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Jun 4, 2019
1 parent d871295 commit 658df6a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/eva/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@
},
"warning": {
"backgroundColor": "background-basic-color-2",
"textColor": " text-warning-color",
"iconTintColor": " text-warning-color",
"textColor": "text-warning-color",
"iconTintColor": "text-warning-color",
"state": {
"active": {
"backgroundColor": "background-basic-color-2",
Expand All @@ -604,8 +604,8 @@
"state": {
"active": {
"backgroundColor": "background-basic-color-2",
"textColor": " text-danger-active-color",
"iconTintColor": " text-danger-active-color"
"textColor": "text-danger-active-color",
"iconTintColor": "text-danger-active-color"
}
}
},
Expand Down Expand Up @@ -689,8 +689,8 @@
"warning": {
"borderColor": "transparent",
"backgroundColor": "transparent",
"textColor": " text-warning-color",
"iconTintColor": " text-warning-color",
"textColor": "text-warning-color",
"iconTintColor": "text-warning-color",
"state": {
"active": {
"borderColor": "transparent",
Expand All @@ -712,8 +712,8 @@
"active": {
"borderColor": "transparent",
"backgroundColor": "transparent",
"textColor": " text-danger-active-color",
"iconTintColor": " text-danger-active-color"
"textColor": "text-danger-active-color",
"iconTintColor": "text-danger-active-color"
},
"disabled": {
"borderColor": "transparent"
Expand Down Expand Up @@ -2308,7 +2308,7 @@
"color": "text-info-color"
},
"warning": {
"color": " text-warning-color"
"color": "text-warning-color"
},
"danger": {
"color": "text-danger-color"
Expand Down

0 comments on commit 658df6a

Please sign in to comment.