Skip to content

Commit

Permalink
fix: forms SM label inputField padding
Browse files Browse the repository at this point in the history
  • Loading branch information
larserbach committed May 10, 2023
1 parent 03219e8 commit f16c00f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@
"type": "typography"
},
"Placeholder": {
"value": "{core.typography.sourceSansPro.regular.87}",
"value": "{core.typography.sourceSansPro.regular.87FixHeight}",
"type": "typography"
},
"CaptionComponent": {
Expand Down Expand Up @@ -1131,7 +1131,7 @@
},
"InputField": {
"Padding": {
"value": "{core.dimensionREM.4} {core.dimensionPX.12}",
"value": "{core.dimensionREM.8} {core.dimensionPX.12}",
"type": "spacing"
},
"IconSize": {
Expand Down

0 comments on commit f16c00f

Please sign in to comment.