File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
proprietary/design-tokens/src/component/utrecht Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @utrecht/design-tokens " : patch
3+ ---
4+
5+ Update the button ` font-weight ` from 700 to 600 (semibold)
Original file line number Diff line number Diff line change 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}" },
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}" }
You can’t perform that action at this time.
0 commit comments