From 70c3dca710544415c3a59e83fdabed9876b3e503 Mon Sep 17 00:00:00 2001 From: anil_majji Date: Fri, 17 Nov 2023 17:32:47 +0530 Subject: [PATCH] FIX(INJI-261): Fixed the comments of respective PR Signed-off-by: anil_majji --- assets/pending_activation.png | Bin 673 -> 0 bytes components/ui/themes/DefaultTheme.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 assets/pending_activation.png diff --git a/assets/pending_activation.png b/assets/pending_activation.png deleted file mode 100644 index b094a451da3de39c4055dbe2232cdbb068de4e4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 673 zcmV;S0$%-zP)}Vg(O0pg)mOVrJw;M$QN)>(1ABi97K^wd;sn# zFa>?!3!I81O*YUIr-X_WR1~<05}6`4QUZ2hhut%=e7QS&&T)g}Ywyjxou}EIHwY=d zy|>aANQ;CZkw9s}mFdT-k|G6QKd>S3gwTrwxMZ+i48Dp$WvzuJulCCqOL(v$-Cr%8 zM>He^e!nE0{|FT#DqnEKW@b*+q(L$L$WjQ2B9IzaepmOXU)is z&lNUtL>N(P%$)&oeiHQY5&W)y2b6GZWd3 zbNRtCjJY1r@gdYUp0EkW9n4tU(I#A#%YgKZ6Mb>^DNJ5}7&Od}Pj5IOwz?Hl-I4_d zgw|#lS<}rL7F8Q05NEUV>T`!MsB&E@Aj+r6!-TfG^90;+ZU3sYr(iz<97fVO)9qKo zHgU*T#F*!o(*;%PK3K#E5APwMopDF_rwwt0(7NtsOIJ)k-R4M^fN7X(;KjM`SgT)K zmv^)#WqSD90Hh7mmHtUro{mpkW(KR2c1R1^YpLnEJq4sqC~+PId$}D4ib+dM6Iev`Mwm?x#l8`NF+yMe&vy1|2Ngyhqq0HF{yL0^oI(9lTUAMSs00000NkvXX Hu0mjfUcDv0 diff --git a/components/ui/themes/DefaultTheme.ts b/components/ui/themes/DefaultTheme.ts index 917cbb3d82..734d574610 100644 --- a/components/ui/themes/DefaultTheme.ts +++ b/components/ui/themes/DefaultTheme.ts @@ -33,8 +33,8 @@ const Colors = { LightOrange: '#FDF1E6', GradientColors: ['#F59B4B', '#E86E04'], DisabledColors: ['#C7C7C7', '#C7C7C7'], - captureIconBorder: '#F59B4B', TimeoutHintBoxColor: '#FFF7E5', + TimeoutHintBoxBorder: '#FFF2D6', TimoutHintText: '#8B6105', resendCodeTimer: '#555555', uncheckedIcon: '#DBDBDB',