We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
system-ui
1 parent a489dbf commit 6a16d0dCopy full SHA for 6a16d0d
packages/feedback/src/constants.ts
@@ -9,7 +9,7 @@ const LIGHT_BACKGROUND = '#ffffff';
9
const INHERIT = 'inherit';
10
const SUBMIT_COLOR = 'rgba(108, 95, 199, 1)';
11
const LIGHT_THEME = {
12
- fontFamily: "'Helvetica Neue', Arial, sans-serif",
+ fontFamily: "system-ui, 'Helvetica Neue', Arial, sans-serif",
13
fontSize: '14px',
14
15
background: LIGHT_BACKGROUND,
0 commit comments