Skip to content

Commit

Permalink
feat(feedback): Add system-ui to start of font family (#10464)
Browse files Browse the repository at this point in the history
Requested by @Jesse-Box: "...fits better with the OS the user uses"
  • Loading branch information
billyvg authored and onurtemizkan committed Feb 4, 2024
1 parent 50f9a9b commit c9d4364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/feedback/src/constants.ts
Expand Up @@ -9,7 +9,7 @@ const LIGHT_BACKGROUND = '#ffffff';
const INHERIT = 'inherit';
const SUBMIT_COLOR = 'rgba(108, 95, 199, 1)';
const LIGHT_THEME = {
fontFamily: "'Helvetica Neue', Arial, sans-serif",
fontFamily: "system-ui, 'Helvetica Neue', Arial, sans-serif",
fontSize: '14px',

background: LIGHT_BACKGROUND,
Expand Down

0 comments on commit c9d4364

Please sign in to comment.