Skip to content

Commit

Permalink
feat(data): updating focus border size after feedback from joseph
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Jun 25, 2024
1 parent 59e5f2c commit 8978669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tokens/components/focus.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"description": "Secondary focus (dropdown item)"
},
"inner": {
"value": "{global.borderwidth.M}",
"value": "{global.borderwidth.S}",
"type": "borderWidth",
"description": "Focus border (inner)"
},
"outer": {
"value": "{global.borderwidth.XL}",
"value": "{global.borderwidth.L}",
"type": "borderWidth",
"description": "Focus border (outer)"
}
Expand Down

0 comments on commit 8978669

Please sign in to comment.