Skip to content

Commit

Permalink
refactor(mapping): select mapping keys refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Aug 23, 2019
1 parent 665701a commit 382de24
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/eva/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -2025,16 +2025,16 @@
"iconMarginHorizontal": {
"type": "number"
},
"menuMaxHeight": {
"optionsListMaxHeight": {
"type": "number"
},
"menuBorderRadius": {
"optionsListBorderRadius": {
"type": "number"
},
"menuBorderColor": {
"optionsListBorderColor": {
"type": "string"
},
"menuBorderWidth": {
"optionsListBorderWidth": {
"type": "number"
},
"labelColor": {
Expand Down Expand Up @@ -2102,10 +2102,10 @@
"appearances": {
"default": {
"mapping": {
"menuMaxHeight": 220,
"menuBorderRadius": 4,
"menuBorderColor": "border-basic-color-4",
"menuBorderWidth": 1,
"optionsListMaxHeight": 220,
"optionsListBorderRadius": 4,
"optionsListBorderColor": "border-basic-color-4",
"optionsListBorderWidth": 1,
"borderRadius": 4,
"borderWidth": 1,
"paddingHorizontal": 8,
Expand Down

0 comments on commit 382de24

Please sign in to comment.