Skip to content

Commit 667a49c

Browse files
committed
fix(CodeBlock): fix styles of lang select in codeblock tooltip
1 parent 1dd60c6 commit 667a49c

File tree

1 file changed

+1
-1
lines changed
  • packages/editor/src/extensions/markdown/CodeBlock/CodeBlockHighlight/TooltipPlugin

1 file changed

+1
-1
lines changed

packages/editor/src/extensions/markdown/CodeBlock/CodeBlockHighlight/TooltipPlugin/CodeLangSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import {memo} from 'react';
22

3-
import {cn} from '@bem-react/classname';
43
import {Select, type SelectOption} from '@gravity-ui/uikit';
54

5+
import {cn} from 'src/classname';
66
import {i18n} from 'src/i18n/codeblock';
77
import {i18n as i18nPlaceholder} from 'src/i18n/placeholder';
88

0 commit comments

Comments
 (0)