Skip to content

Commit 9c1e28a

Browse files
committed
Fix the title weight
1 parent a724f79 commit 9c1e28a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react/src/DialogV1/Dialog.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
}
6868

6969
.HeaderChild {
70-
font-size: var(--text-body-size-small);
71-
font-weight: var(--text-body-weight-bold);
70+
font-size: var(--text-body-size-medium);
71+
font-weight: var(--base-text-weight-semibold);
7272
}

0 commit comments

Comments
 (0)