Skip to content

Commit

Permalink
Add the style to the dependency array
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Jan 4, 2024
1 parent 02cad48 commit daf8d0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function BaseHTMLEngineProvider(props) {
mixedUAStyles: {whiteSpace: 'pre'},
}),
}),
[styles.colorMuted, styles.formError, styles.mb0, styles.textLabelSupporting],
[styles.colorMuted, styles.formError, styles.mb0, styles.textLabelSupporting, styles.lh16],
);

// We need to memoize this prop to make it referentially stable.
Expand Down

0 comments on commit daf8d0d

Please sign in to comment.