Skip to content

Commit f2b1f3c

Browse files
authored
ref(feedback): Add font family to buttons (#11414)
Fixes #10202
1 parent 72e6926 commit f2b1f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/feedback/src/modal/components/Dialog.css.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export function createDialogStyles(): HTMLStyleElement {
156156
font-size: 14px;
157157
font-weight: 600;
158158
padding: 6px 16px;
159+
font-family: inherit;
159160
}
160161
.btn[disabled] {
161162
opacity: 0.6;

0 commit comments

Comments
 (0)