react-native-timacare 3.1.23 → 3.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,6 +93,7 @@ import {
93
93
  IconSignSuccess,
94
94
  IconMoney2,
95
95
  IconEditDisable,
96
+ IconTick,
96
97
  } from '../../assets/svgs';
97
98
  import { o } from 'ramda';
98
99
 
@@ -833,7 +834,8 @@ export const Home = observer(function Home() {
833
834
  alignItems: 'center',
834
835
  gap: 8,
835
836
  marginTop: 16,
836
- backgroundColor: '#FFF2F2',
837
+ backgroundColor:
838
+ item?.step === 8 ? '#E8FFE9' : '#FFF2F2',
837
839
  paddingHorizontal: 10,
838
840
  paddingVertical: 10,
839
841
  borderRadius: 4,
@@ -847,10 +849,11 @@ export const Home = observer(function Home() {
847
849
  gap: 8,
848
850
  }}
849
851
  >
850
- <Info />
852
+ {item?.step === 8 ? <IconTick /> : <Info />}
851
853
  <MText
852
854
  style={{
853
- color: '#E40010',
855
+ color:
856
+ item?.step === 8 ? '#28A745' : '#E40010',
854
857
  fontSize: 10,
855
858
  }}
856
859
  >