Skip to content

Commit b54373e

Browse files
authored
Merge pull request #310 from mousheng/expand_avatar_color_list
expand avatar color list
2 parents a770a42 + 2970b9e commit b54373e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

client/packages/lowcoder/src/util/stringUtils.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ export const COLOR_PALETTE = [
5757
"#2693FF",
5858
"#4965F2",
5959
"#3377FF",
60+
"#ff4d4f",
61+
"#d4380d",
62+
"#873800",
63+
"#ffc53d",
64+
"#d4b106",
65+
"#3f6600",
66+
"#73d13d",
67+
"#08979c",
68+
"#003a8c",
69+
"#597ef7",
70+
"#531dab",
71+
"#780650",
6072
] as const;
6173

6274
export const PHONE_NUMBER_PATTERN = /^1\d{10}$/;

0 commit comments

Comments
 (0)