Skip to content

Commit

Permalink
Made the scale a tad smaller. medium is max 8 and large is max 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Febakke committed Oct 9, 2024
1 parent fe4bb7d commit db70575
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions design-tokens/themes/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@
},
"2": {
"$type": "borderRadius",
"$value": "min( {border-radius.base} , {border-radius.scale} *3)"
"$value": "min( {border-radius.base} , {border-radius.scale} *2)"
},
"3": {
"$type": "borderRadius",
"$value": "min( {border-radius.base} , {border-radius.scale} *6)"
"$value": "min( {border-radius.base} , {border-radius.scale} *5)"
},
"4": {
"$type": "borderRadius",
Expand Down
4 changes: 2 additions & 2 deletions design-tokens/themes/theme2.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@
},
"2": {
"$type": "borderRadius",
"$value": "min( {border-radius.base} , {border-radius.scale} *3)"
"$value": "min( {border-radius.base} , {border-radius.scale} *2)"
},
"3": {
"$type": "borderRadius",
"$value": "min( {border-radius.base} , {border-radius.scale} *6)"
"$value": "min( {border-radius.base} , {border-radius.scale} *5)"
},
"4": {
"$type": "borderRadius",
Expand Down
4 changes: 2 additions & 2 deletions design-tokens/themes/theme3.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@
},
"2": {
"$type": "borderRadius",
"$value": "min( {border-radius.base} , {border-radius.scale} *3)"
"$value": "min( {border-radius.base} , {border-radius.scale} *2)"
},
"3": {
"$type": "borderRadius",
"$value": "min( {border-radius.base} , {border-radius.scale} *6)"
"$value": "min( {border-radius.base} , {border-radius.scale} *5)"
},
"4": {
"$type": "borderRadius",
Expand Down
4 changes: 2 additions & 2 deletions design-tokens/themes/theme4.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,11 @@
},
"2": {
"$type": "borderRadius",
"$value": "min( {border-radius.base} , {border-radius.scale} *3)"
"$value": "min( {border-radius.base} , {border-radius.scale} *2)"
},
"3": {
"$type": "borderRadius",
"$value": "min( {border-radius.base} , {border-radius.scale} *6)"
"$value": "min( {border-radius.base} , {border-radius.scale} *5)"
},
"4": {
"$type": "borderRadius",
Expand Down

0 comments on commit db70575

Please sign in to comment.