mirror of
https://github.com/zadam/trilium.git
synced 2025-11-21 16:14:23 +01:00
client/note color picker menu item: add a new color to the palette
This commit is contained in:
parent
828a786414
commit
c91eec8b3e
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user