Skip to content

Commit

Permalink
fix(design-tokens): fix the value of the border offset
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Jul 10, 2023
1 parent d91b36f commit 7aa464d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/design-tokens/tokens/size/border.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module.exports = {

offset: {
comment:
'Use this value to offset elements when switching from a border-1 to a border-2 border',
'Use this value (0.085rem) to offset elements when switching from a border-1 to a border-2 border',

value: '0.085rem',
value: 1.36,
},
},
},
Expand Down

0 comments on commit 7aa464d

Please sign in to comment.