Skip to content

Commit c9d4364

Browse files
billyvgonurtemizkan
authored andcommitted
feat(feedback): Add system-ui to start of font family (#10464)
Requested by @Jesse-Box: "...fits better with the OS the user uses"
1 parent 50f9a9b commit c9d4364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/feedback/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const LIGHT_BACKGROUND = '#ffffff';
99
const INHERIT = 'inherit';
1010
const SUBMIT_COLOR = 'rgba(108, 95, 199, 1)';
1111
const LIGHT_THEME = {
12-
fontFamily: "'Helvetica Neue', Arial, sans-serif",
12+
fontFamily: "system-ui, 'Helvetica Neue', Arial, sans-serif",
1313
fontSize: '14px',
1414

1515
background: LIGHT_BACKGROUND,

0 commit comments

Comments
 (0)