Skip to content

Commit 21b4e6d

Browse files
committed
styles(code): add JSDoc comment
1 parent caad2d0 commit 21b4e6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/eui/src/components/code/code_syntax.styles.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export const euiCodeTextColors = ({ euiTheme }: UseEuiTheme) => {
1515
};
1616
};
1717

18-
// These variables are computationally expensive - do not call them outside `useEuiMemoizedStyles`
18+
/**
19+
* These variables are computationally expensive - do not call them outside `useEuiMemoizedStyles`
20+
*/
1921
export const euiCodeSyntaxVariables = (euiThemeContext: UseEuiTheme) => {
2022
const { euiTheme, highContrastMode } = euiThemeContext;
2123
const { backgroundColor, color } = euiCodeTextColors(euiThemeContext);

0 commit comments

Comments
 (0)