Skip to content

Commit fab779a

Browse files
Jeffrey Lauwersclaude
andcommitted
fix(date-time-input): increase button-inset-inline-end from sm (4px) to md (8px)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b992cb7 commit fab779a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/design-tokens/src/tokens/components/date-input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"comment": "Gap between calendar button and input text"
1313
},
1414
"button-inset-inline-end": {
15-
"value": "{dsn.space.inline.sm}",
15+
"value": "{dsn.space.inline.md}",
1616
"type": "dimension",
17-
"comment": "Distance from the inline-end border to the calendar button (4px)"
17+
"comment": "Distance from the inline-end border to the calendar button (8px)"
1818
},
1919
"padding-inline-end-with-icon": {
2020
"value": "calc(({dsn.button.size.small.icon-only-padding} * 2) + {dsn.date-input.icon-size} + {dsn.date-input.button-inset-inline-end} + {dsn.date-input.icon-gap})",

packages/design-tokens/src/tokens/components/time-input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"comment": "Gap between clock button and input text"
1313
},
1414
"button-inset-inline-end": {
15-
"value": "{dsn.space.inline.sm}",
15+
"value": "{dsn.space.inline.md}",
1616
"type": "dimension",
17-
"comment": "Distance from the inline-end border to the clock button (4px)"
17+
"comment": "Distance from the inline-end border to the clock button (8px)"
1818
},
1919
"padding-inline-end-with-icon": {
2020
"value": "calc(({dsn.button.size.small.icon-only-padding} * 2) + {dsn.time-input.icon-size} + {dsn.time-input.button-inset-inline-end} + {dsn.time-input.icon-gap})",

0 commit comments

Comments
 (0)