client/note color picker menu item: add a new color to the palette

This commit is contained in:
Adorian Doran 2025-11-20 17:42:36 +02:00
parent 828a786414
commit c91eec8b3e

View File

@ -9,7 +9,7 @@ import froca from "../../services/froca";
const COLORS = [ const COLORS = [
null, "#e64d4d", "#e6994d", "#e5e64d", "#99e64d", "#4de64d", "#4de699", null, "#e64d4d", "#e6994d", "#e5e64d", "#99e64d", "#4de64d", "#4de699",
"#4de5e6", "#4d99e6", "#4d4de6", "#994de6" "#4de5e6", "#4d99e6", "#4d4de6", "#994de6", "#e64db3"
]; ];
export interface NoteColorPickerMenuItemProps { export interface NoteColorPickerMenuItemProps {