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 fc1da0d commit 10907e1
Show file tree
Hide file tree
Showing 5 changed files with 1,054 additions and 983 deletions.
25 changes: 24 additions & 1 deletion uds-ios-theme-telus/Assets/ExpandCollapseControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"mini": true
},
"tokens": {
"paddingBottom": 0
"borderWidth": null,
"paddingBottom": 0,
"paddingTop": 0
}
},
{
Expand All @@ -66,6 +68,27 @@
},
"borderWidth": 1
}
},
{
"if": {
"mini": true,
"pressed": true
},
"tokens": {
"backgroundColor": {
"red": 0.8902,
"green": 0.90196,
"blue": 0.9098,
"alpha": 1
},
"borderColor": {
"red": 0.40392,
"green": 0.43137,
"blue": 0.45098,
"alpha": 1
},
"borderWidth": null
}
}
],
"tokens": {
Expand Down
5 changes: 4 additions & 1 deletion uds-ios-theme-telus/Assets/ExpandCollapsePanel.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
"mini": true
},
"tokens": {
"contentPaddingLeft": 0
"contentPaddingBottom": 0,
"contentPaddingLeft": 0,
"contentPanelPaddingBottom": 0,
"contentPanelPaddingTop": 0
}
}
],
Expand Down
6 changes: 6 additions & 0 deletions uds-ios-theme-telus/Assets/List.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
},
"itemIconSize": 24,
"itemLineHeight": 1.5,
"itemTextColor": {
"red": 0.2549,
"green": 0.27059,
"blue": 0.27843,
"alpha": 1
},
"listGutter": 8
}
}
Loading

0 comments on commit 10907e1

Please sign in to comment.