Skip to content

Commit fd2db7b

Browse files
AliKdhim87Robbert
authored andcommitted
fix: update the button font-weight from 700 to 600 (semibold)
1 parent 951bb2c commit fd2db7b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/yellow-zoos-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@utrecht/design-tokens": patch
3+
---
4+
5+
Update the button `font-weight` from 700 to 600 (semibold)

proprietary/design-tokens/src/component/utrecht/button.tokens.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"background-color": { "value": "{utrecht.color.white}" },
55
"border-color": { "value": "{utrecht.color.grey.40}" },
66
"border-radius": { "value": "0" },
7+
"font-weight": {
8+
"value": "{utrecht.typography.weight-scale.semibold.font-weight}"
9+
},
710
"border-width": { "value": "1px" },
811
"color": { "value": "{utrecht.color.grey.40}" },
912
"column-gap": { "value": "{utrecht.space.text.xs}" },
@@ -202,7 +205,6 @@
202205
"border-color": { "value": "transparent" },
203206
"border-width": { "value": "{utrecht.border-width.md}" },
204207
"color": { "value": "{utrecht.color.blue.35}" },
205-
"font-weight": { "value": "700" },
206208
"active": {
207209
"background-color": { "value": "{utrecht.color.blue.35}" },
208210
"color": { "value": "{utrecht.color.white}" }

0 commit comments

Comments
 (0)