editor: fix color picker missing prop

This commit is contained in:
Ammar Ahmed
2024-02-15 16:28:36 +05:00
committed by Abdullah Atta
parent 4c51fbf816
commit 16f4184e25

View File

@@ -44,6 +44,7 @@ export function CellProperties(props: CellPropertiesProps) {
>
<Box mt={2} />
<ColorPicker
editor={editor}
expanded={true}
color={attributes.backgroundColor}
onChange={(color) =>
@@ -67,6 +68,7 @@ export function CellProperties(props: CellPropertiesProps) {
>
<Box mt={2} />
<ColorPicker
editor={editor}
expanded={true}
color={attributes.color}
onChange={(color) =>
@@ -88,6 +90,7 @@ export function CellProperties(props: CellPropertiesProps) {
>
<Box mt={2} />
<ColorPicker
editor={editor}
expanded={true}
color={attributes.borderColor}
onChange={(color) =>