remove ring when clicking on block type

This commit is contained in:
CarinaWolli 2023-01-04 14:39:17 -05:00
parent fe42804a3a
commit 3ae1aec77f

View File

@ -418,7 +418,7 @@ export default function ToolbarPlugin(props: TextEditorProps) {
type="button"
onClick={() => format(key)}
className={classNames(
"toolbar-item w-full",
"toolbar-item w-full focus:ring-0",
blockType === key ? "w-full bg-gray-100" : ""
)}>
<>