committed by
Nicolás Hatcher Andrés
parent
689f55effa
commit
b4aed93bbb
@@ -448,7 +448,7 @@ function Toolbar(properties: ToolbarProperties) {
|
|||||||
/>
|
/>
|
||||||
<ColorPicker
|
<ColorPicker
|
||||||
color={properties.fillColor}
|
color={properties.fillColor}
|
||||||
defaultColor="#FFFFFF"
|
defaultColor=""
|
||||||
title={t("color_picker.default")}
|
title={t("color_picker.default")}
|
||||||
onChange={(color): void => {
|
onChange={(color): void => {
|
||||||
if (color !== null) {
|
if (color !== null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user