Skip to content

Commit

Permalink
Reset border width values.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonCahill committed Nov 15, 2024
1 parent 2f3ec80 commit 0df5650
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion style-dictionary/classic/borders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const tokens: StyleDictionary.BordersDictionary = {
borderControlInvalidFocusRingShadowSpread: '{borderControlFocusRingShadowSpread}',
borderDividerSectionWidth: '1px',
borderDropdownVirtualOffsetWidth: '0px',
borderFieldWidth: '1px',
borderInvalidWidth: '4px',
borderItemWidth: '1px',
borderLineChartLineJoin: 'miter',
Expand Down
1 change: 0 additions & 1 deletion style-dictionary/utils/token-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ export type BordersTokenName =
| 'borderDividerListWidth'
| 'borderDividerSectionWidth'
| 'borderDropdownVirtualOffsetWidth'
| 'borderFieldWidth'
| 'borderInvalidWidth'
| 'borderItemWidth'
| 'borderLineChartDashArray'
Expand Down
5 changes: 2 additions & 3 deletions style-dictionary/visual-refresh/borders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const tokens: StyleDictionary.BordersDictionary = {
borderDividerListWidth: '1px',
borderDividerSectionWidth: '1px',
borderDropdownVirtualOffsetWidth: '2px',
borderFieldWidth: '2px',
borderInvalidWidth: '8px',
borderItemWidth: '2px',
borderLineChartDashArray: '3 5',
Expand Down Expand Up @@ -42,6 +41,6 @@ export const tokens: StyleDictionary.BordersDictionary = {
borderTableStickyWidth: '1px',
borderLinkFocusRingOutline: '0',
borderLinkFocusRingShadowSpread: '2px',
borderWidthAlert: '1px',
borderWidthField: '1px',
borderWidthAlert: '2px',
borderWidthField: '2px',
};

0 comments on commit 0df5650

Please sign in to comment.