From 790c049ea58c7a55ab8f8d4cabb473b41764aebe Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Mon, 6 Feb 2023 21:37:43 +0700 Subject: [PATCH] style(#285): change background color for 227 tournament in facr --- .drone.yml | 2 +- src/helpers/getColor/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 88023b8d..36ede25f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -751,4 +751,4 @@ steps: - ssh-keyscan auth.insports.tv >> ~/.ssh/known_hosts - rsync -v -r -C build_auth/ ubuntu@auth.insports.tv:/home/ubuntu/ott-auth/src/frontend/ depends_on: - - make-auth \ No newline at end of file + - make-auth diff --git a/src/helpers/getColor/index.ts b/src/helpers/getColor/index.ts index a8f8d372..e6a7d4a6 100644 --- a/src/helpers/getColor/index.ts +++ b/src/helpers/getColor/index.ts @@ -9,7 +9,7 @@ export const getColor = (id: number | undefined): string => { if (!id) return currentDefaultColor switch (id) { case 227: - return 'linear-gradient(83.42deg, #A3C05B 53.04%, #37411C 94.83%), #000000' + return 'linear-gradient(83.42deg, #004A49 53.04%, #071616 94.83%), #000000' case 946: return 'linear-gradient(83.42deg, #000000 53.04%, #000000 94.83%), #000000' case 3067: