mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
new colors
This commit is contained in:
parent
c0fc201d74
commit
a74bc2257f
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue