mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
editor: fix color picker missing prop
This commit is contained in:
committed by
Abdullah Atta
parent
4c51fbf816
commit
16f4184e25
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user