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 Jun 7, 2024
1 parent 378aad2 commit 6b9cd7d
Show file tree
Hide file tree
Showing 6 changed files with 774 additions and 711 deletions.
2 changes: 1 addition & 1 deletion uds-ios-theme-koodo/Assets/ExpandCollapseControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"blue": 0,
"alpha": 0
},
"borderWidth": 0,
"borderWidth": null,
"icon": "PaletteIconChevronDown",
"iconColor": {
"red": 0,
Expand Down
5 changes: 4 additions & 1 deletion uds-ios-theme-koodo/Assets/ExpandCollapsePanel.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"green": 0,
"blue": 0,
"alpha": 0
}
},
"contentPanelPaddingBottom": 0,
"contentPanelPaddingTop": 0,
"marginBottom": 0
}
}
],
Expand Down
6 changes: 6 additions & 0 deletions uds-ios-theme-koodo/Assets/List.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
},
"itemIconSize": 16,
"itemLineHeight": 1.3,
"itemTextColor": {
"red": 0,
"green": 0,
"blue": 0,
"alpha": 1
},
"listGutter": 10
}
}
37 changes: 28 additions & 9 deletions uds-ios-theme-koodo/Assets/Typography.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,29 +121,38 @@
},
{
"if": {
"compact": true,
"size": "large"
"size": "medium"
},
"tokens": {
"lineHeight": 1.2
"fontSize": 16,
"lineHeight": 1.5
}
},
{
"if": {
"size": "medium"
"compact": true
},
"tokens": {
"fontSize": 16,
"lineHeight": 1.5
"lineHeight": 1.25
}
},
{
"if": {
"compact": true,
"size": "medium"
"size": "large"
},
"tokens": {
"lineHeight": 1.25
"lineHeight": 1.2
}
},
{
"if": {
"bold": true,
"compact": true,
"size": "large"
},
"tokens": {
"lineHeight": 1.2
}
},
{
Expand Down Expand Up @@ -179,7 +188,17 @@
"size": "micro"
},
"tokens": {
"lineHeight": 1.33333333333
"lineHeight": 1.2
}
},
{
"if": {
"bold": true,
"compact": true,
"size": "micro"
},
"tokens": {
"lineHeight": 1.2
}
},
{
Expand Down
Loading

0 comments on commit 6b9cd7d

Please sign in to comment.