Skip to content

Commit

Permalink
Add 50ms token (#1172)
Browse files Browse the repository at this point in the history
* add 50ms token

* added changeset
  • Loading branch information
lukasoppermann authored Jan 28, 2025
1 parent fb83575 commit a2ba4e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-pets-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/primitives': patch
---

Adding 50ms duration token
4 changes: 4 additions & 0 deletions src/tokens/base/motion/timing.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
$value: '0ms',
$type: 'duration',
},
'50': {
$value: '50ms',
$type: 'duration',
},
'100': {
$value: '100ms',
$type: 'duration',
Expand Down

0 comments on commit a2ba4e4

Please sign in to comment.