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 Apr 24, 2024
1 parent 7f6f71e commit 51f8edd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion uds-android-theme-public-mobile/src/main/res/raw/Link.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
"iconSpace": 2
}
},
{
"if": {
"iconPosition": "right"
},
"tokens": {
"iconSpace": 1
}
},
{
"if": {
"pressed": true
Expand Down Expand Up @@ -191,7 +199,7 @@
},
"icon": null,
"iconSize": 24,
"iconSpace": 1,
"iconSpace": 0,
"iconTranslateX": 0,
"iconTranslateY": 0,
"outerBorderColor": {
Expand Down
10 changes: 9 additions & 1 deletion uds-android-theme-public-mobile/src/main/res/raw/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -5301,6 +5301,14 @@
"iconSpace": 2
}
},
{
"if": {
"iconPosition": "right"
},
"tokens": {
"iconSpace": 1
}
},
{
"if": {
"pressed": true
Expand Down Expand Up @@ -5454,7 +5462,7 @@
},
"icon": null,
"iconSize": 24,
"iconSpace": 1,
"iconSpace": 0,
"iconTranslateX": 0,
"iconTranslateY": 0,
"outerBorderColor": {
Expand Down

0 comments on commit 51f8edd

Please sign in to comment.