Skip to content

Commit 9987891

Browse files
Jeffrey Lauwersclaude
andcommitted
fix(ModalDialog): heading font-size verkleinen van xl naar lg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bc00e29 commit 9987891

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/design-tokens/src/tokens/components/modal-dialog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
"comment": "Kleur van de dialoogvenster-heading"
4949
},
5050
"font-size": {
51-
"value": "{dsn.text.font-size.xl}",
51+
"value": "{dsn.text.font-size.lg}",
5252
"type": "fontSize",
5353
"comment": "Tekstgrootte van de dialoogvenster-heading"
5454
},
5555
"line-height": {
56-
"value": "{dsn.text.line-height.xl}",
56+
"value": "{dsn.text.line-height.lg}",
5757
"type": "lineHeight",
5858
"comment": "Regelafstand van de dialoogvenster-heading"
5959
}

0 commit comments

Comments
 (0)