Skip to content

Commit

Permalink
Merge pull request #73 from team-settle/anton/tokens
Browse files Browse the repository at this point in the history
Updated Appbar and InvoiceTitle tokens
  • Loading branch information
akosarch authored Apr 1, 2024
2 parents 4eb9528 + 4f35b22 commit 349d8b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions tokens/Component/Settle/Appbar/Appbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"size": {
"desktop": {
"height": {
"value": "$basic.size.scale.desktop.900",
"value": "$basic.size.scale.desktop.800",
"type": "sizing"
},
"l-slot": {
Expand All @@ -25,15 +25,15 @@
"space": {
"desktop": {
"top": {
"value": "$basic.size.scale.desktop.200",
"value": "$basic.size.scale.desktop.150",
"type": "spacing"
},
"bottom": {
"value": "$basic.size.scale.desktop.200",
"value": "$basic.size.scale.desktop.150",
"type": "spacing"
},
"right": {
"value": "$basic.size.scale.desktop.300",
"value": "$basic.size.scale.desktop.200",
"type": "spacing"
},
"gap": {
Expand All @@ -51,7 +51,7 @@
"type": "spacing"
},
"right": {
"value": "$basic.size.scale.mobile.300",
"value": "$basic.size.scale.mobile.200",
"type": "spacing"
},
"gap": {
Expand Down
4 changes: 2 additions & 2 deletions tokens/Component/Settle/InvoiceDetails/Title.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "spacing"
},
"vertical": {
"value": "$basic.size.scale.desktop.100",
"value": "$basic.size.scale.desktop.75",
"type": "spacing"
}
},
Expand All @@ -25,7 +25,7 @@
"type": "spacing"
},
"vertical": {
"value": "$basic.size.scale.mobile.100",
"value": "$basic.size.scale.mobile.75",
"type": "spacing"
}
}
Expand Down

0 comments on commit 349d8b2

Please sign in to comment.