We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcf417 commit b31980fCopy full SHA for b31980f
1 file changed
src/components/drawer/lexical-debug-drawer.tsx
@@ -20,7 +20,7 @@ export const LexicalDebugButton = defineComponent({
20
<>
21
<HeaderActionButton
22
icon={<BugIcon />}
23
- variant="info"
+ variant="default"
24
name="Lexical Debug"
25
onClick={() => (show.value = true)}
26
/>
0 commit comments