Skip to content

Commit

Permalink
feat: add input label inset (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-AdamFunderburk authored Oct 10, 2024
1 parent a6d7737 commit ed495c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tokens/layout/bb-productive.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
"$type": "spacing",
"$value": "{bb.size.fluid.37}"
}
},
"bottom": {
"m": {
"$type": "spacing",
"$value": "{bb.size.fluid.12}"
}
}
},
"letterbox": {
Expand Down
6 changes: 6 additions & 0 deletions src/tokens/layout/modern.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,12 @@
"$type": "spacing",
"$value": "{modern.size.6}"
}
},
"bottom": {
"m": {
"$type": "spacing",
"$value": "{modern.size.2}"
}
}
},
"pillarbox": {
Expand Down

0 comments on commit ed495c8

Please sign in to comment.