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 Jul 19, 2024
1 parent 84aa982 commit dd2cea8
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@
"blue": 0.33725,
"alpha": 1
},
"containerPaddingLeft": 16,
"containerPaddingRight": 16,
"containerPaddingLeft": 0,
"containerPaddingRight": 0,
"dismissButtonGap": 12,
"dismissIcon": "PaletteIconMobileXClose",
"dismissIconColor": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"appearances": {
"size": {
"type": "variant",
"values": ["small", "medium", "large"]
"values": ["micro", "small", "medium", "large"]
},
"viewport": {
"description": "The size label for the current screen viewport based on the current screen width",
Expand Down Expand Up @@ -33,6 +33,26 @@
"topTextLineHeight": 1.5
}
},
{
"if": {
"size": "micro"
},
"tokens": {
"amountFontSize": 36,
"bottomTextFontSize": 16,
"centsFontSize": 18,
"centsLineHeight": 0.975,
"currencySymbolFontSize": 18,
"currencySymbolLineHeight": 1.2,
"rateFontName": "SofiaPro",
"rateFontSize": 16,
"rateFontWeight": 700,
"rateLineHeight": 1.25,
"strikeThroughPosition": 16,
"topTextFontSize": 16,
"topTextLineHeight": 1.5
}
},
{
"if": {
"size": "small"
Expand Down
26 changes: 23 additions & 3 deletions uds-android-theme-public-mobile/src/main/res/raw/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -6886,8 +6886,8 @@
"blue": 0.33725,
"alpha": 1
},
"containerPaddingLeft": 16,
"containerPaddingRight": 16,
"containerPaddingLeft": 0,
"containerPaddingRight": 0,
"dismissButtonGap": 12,
"dismissIcon": "PaletteIconMobileXClose",
"dismissIconColor": {
Expand Down Expand Up @@ -7360,7 +7360,7 @@
"appearances": {
"size": {
"type": "variant",
"values": ["small", "medium", "large"]
"values": ["micro", "small", "medium", "large"]
},
"viewport": {
"description": "The size label for the current screen viewport based on the current screen width",
Expand Down Expand Up @@ -7391,6 +7391,26 @@
"topTextLineHeight": 1.5
}
},
{
"if": {
"size": "micro"
},
"tokens": {
"amountFontSize": 36,
"bottomTextFontSize": 16,
"centsFontSize": 18,
"centsLineHeight": 0.975,
"currencySymbolFontSize": 18,
"currencySymbolLineHeight": 1.2,
"rateFontName": "SofiaPro",
"rateFontSize": 16,
"rateFontWeight": 700,
"rateLineHeight": 1.25,
"strikeThroughPosition": 16,
"topTextFontSize": 16,
"topTextLineHeight": 1.5
}
},
{
"if": {
"size": "small"
Expand Down

0 comments on commit dd2cea8

Please sign in to comment.