diff --git a/packages/editor/src/toolbar/popups/color-picker.tsx b/packages/editor/src/toolbar/popups/color-picker.tsx index 34209bd55..b192f706f 100644 --- a/packages/editor/src/toolbar/popups/color-picker.tsx +++ b/packages/editor/src/toolbar/popups/color-picker.tsx @@ -30,6 +30,7 @@ import { Popup } from "../components/popup.js"; import { SchemeColors } from "@notesnook/theme"; import { Editor } from "../../types.js"; import { strings } from "@notesnook/intl"; +import { useToolbarStore } from "../stores/toolbar-store.js"; type ColorPickerProps = { editor: Editor; @@ -171,13 +172,18 @@ export function ColorPicker(props: ColorPickerProps) { ) : null} {!deleteMode && (