Skip to content

Commit

Permalink
feat(mapping): card - add active state
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored Jan 14, 2020
2 parents ac3a441 + fe5e024 commit 02e71eb
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions packages/eva/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,13 @@
}
}
},
"states": {}
"states": {
"active": {
"default": false,
"priority": 0,
"scope": "all"
}
}
},
"appearances": {
"outline": {
Expand All @@ -1475,7 +1481,12 @@
"bodyPaddingHorizontal": 24,
"bodyPaddingVertical": 16,
"footerPaddingHorizontal": 24,
"footerPaddingVertical": 16
"footerPaddingVertical": 16,
"state": {
"active": {
"backgroundColor": "background-basic-color-2"
}
}
},
"variantGroups": {
"status": {
Expand Down

0 comments on commit 02e71eb

Please sign in to comment.