diff --git a/frontend/Functions/NativeFunctions/index.ts b/frontend/Functions/NativeFunctions/index.ts index 56da1df..0bab2f2 100644 --- a/frontend/Functions/NativeFunctions/index.ts +++ b/frontend/Functions/NativeFunctions/index.ts @@ -8,32 +8,27 @@ export const handleInfinityScroll: (event: any) => boolean = (event) => { } export const relayColors = [ - '#3016dd', - '#43e1ef', - '#ef3b50', - '#d3690c', - '#43e23b', - '#3a729e', - '#805de2', - '#b2ff5b', - '#eaa123', - '#ba7a3b', - '#90c900', - '#26e08c', - '#090660', - '#9edb62', - '#db48f2', - '#5d14aa', - '#f2d859', - '#0b8458', - '#cdea10', - '#6473e0', - '#6721a5', - '#f76f8c', - '#ce2780', - '#403ba0', - '#a9f41d', - '#BBF067', + '#DADADA', + '#DA7E5D', + '#FFC93C', + '#B83B5E', + '#6A2C70', + '#155263', + '#314CDA', + '#00ADB5', + '#9A1919', + '#FF2E63', + '#397D2E', + '#4CBB3A', + '#9AF245', + '#7592BD', + '#52616B', + '#753422', + '#484848', + '#CA8300', + '#FFFFFF', + '#000000', + '#3A3A3A', ] export const relayToColor: (string: string) => string = (string) => {