Written by Anonymous

colorSettings={[
              {
                //colors: textColors,
                label: 'Textfarbe',
                onChange: setTextColor,
                value: textColor.color,
                //disableCustomColors: true,
              },
              {
                //colors: backgroundColors,
                label: 'Hintergrundfarbe',
                onChange: setBackgroundColor,
                value: backgroundColor.color,
                //disableCustomColors: true,
              }
]}
Notepad
Select All