From a74bc2257f961ab09bc674155734ef40484789ba Mon Sep 17 00:00:00 2001 From: mrjvs Date: Mon, 4 Dec 2023 23:10:06 +0100 Subject: [PATCH] new colors --- src/components/form/ColorPicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form/ColorPicker.tsx b/src/components/form/ColorPicker.tsx index 5836af81..6143e992 100644 --- a/src/components/form/ColorPicker.tsx +++ b/src/components/form/ColorPicker.tsx @@ -2,7 +2,7 @@ import classNames from "classnames"; import { Icon, Icons } from "../Icon"; -const colors = ["#2E65CF", "#7652DD", "#CF2E68", "#C2CF2E", "#2ECFA8"]; +const colors = ["#0A54FF", "#CF2E68", "#F9DD7F", "#7652DD", "#2ECFA8"]; export const initialColor = colors[0]; export function ColorPicker(props: {