We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caad2d0 commit 21b4e6dCopy full SHA for 21b4e6d
packages/eui/src/components/code/code_syntax.styles.ts
@@ -15,7 +15,9 @@ export const euiCodeTextColors = ({ euiTheme }: UseEuiTheme) => {
15
};
16
17
18
-// These variables are computationally expensive - do not call them outside `useEuiMemoizedStyles`
+/**
19
+ * These variables are computationally expensive - do not call them outside `useEuiMemoizedStyles`
20
+ */
21
export const euiCodeSyntaxVariables = (euiThemeContext: UseEuiTheme) => {
22
const { euiTheme, highContrastMode } = euiThemeContext;
23
const { backgroundColor, color } = euiCodeTextColors(euiThemeContext);
0 commit comments