Skip to content

Commit

Permalink
feat(data): increasing border-width for step flow. Looked too small p…
Browse files Browse the repository at this point in the history
…reviously
  • Loading branch information
ljemmo committed Nov 1, 2024
1 parent 478830b commit 2fdf32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tokens/components/progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,12 @@
"description": "Step flow default (not started)"
},
"active-inner": {
"value": "{global.borderwidth.XS}",
"value": "{global.borderwidth.S}",
"type": "borderWidth",
"description": "Step flow active step border outer"
},
"active-outer": {
"value": "{global.borderwidth.S}",
"value": "{global.borderwidth.L}",
"type": "borderWidth",
"description": "Step flow active step border outermost"
}
Expand Down

0 comments on commit 2fdf32d

Please sign in to comment.