Skip to content

Commit

Permalink
updating theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
release-bot committed Dec 19, 2024
1 parent 0515d25 commit e50726b
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 152 deletions.
14 changes: 14 additions & 0 deletions uds-ios-theme-koodo/Assets/Autocomplete.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"appearances": {},
"rules": [],
"tokens": {
"color": {
"red": 0.4,
"green": 0.4,
"blue": 0.4,
"alpha": 1
},
"maxHeight": "100%",
"overflowY": "visible"
}
}
2 changes: 2 additions & 0 deletions uds-ios-theme-koodo/Assets/Card.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,9 @@
}
},
"inputWidth": 32,
"maxHeight": "100%",
"minWidth": null,
"overflowY": "visible",
"paddingBottom": 32,
"paddingLeft": 24,
"paddingRight": 24,
Expand Down
11 changes: 6 additions & 5 deletions uds-ios-theme-koodo/Assets/List.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"iconMarginTop": 2,
"itemFontSize": 14,
"itemIconSize": 14,
"itemLineHeight": 1.42857142857,
"listGutter": 10
}
},
Expand All @@ -41,7 +42,7 @@
},
"tokens": {
"iconMarginTop": 1,
"itemLineHeight": 1.2
"itemLineHeight": 1.25
}
},
{
Expand All @@ -50,7 +51,7 @@
"size": "small"
},
"tokens": {
"itemLineHeight": 1.1
"itemLineHeight": 1.14285714286
}
},
{
Expand All @@ -72,7 +73,7 @@
"alpha": 1
},
"dividerSize": 1,
"iconMarginTop": 2,
"iconMarginTop": 0,
"interItemMargin": 8,
"interItemMarginWithDivider": 16,
"itemBulletColor": {
Expand All @@ -93,13 +94,13 @@
"alpha": 1
},
"itemIconSize": 24,
"itemLineHeight": 1.3,
"itemLineHeight": 1.5,
"itemTextColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 1
},
"listGutter": 10
"listGutter": 8
}
}
Loading

0 comments on commit e50726b

Please sign in to comment.