Commit d699e5d2 authored by Neosoulink's avatar Neosoulink
Browse files

refactor: update ui for marchant status at search screen

parent c0dbb9a7
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -205,7 +205,15 @@ function SearchScreen({}) {
								img={_item.logo}
								title={_item.name}
								titleStyle={{ color: CC.primary }}
								indicatorIconProps={{ name: 'chevron-right' }}
								indicatorText={
									_item?.isActive
										? LANGUAGE.SEARCH_VIEW.OPEN
										: LANGUAGE.SEARCH_VIEW.CLOSED
								}
								indicatorTextColor={
									_item?.isActive ? CC.success : CC.danger
								}
								indicatorTextSize={CS.FONT_SIZE}
								height={65}
								style={GS.mb2}
								onPress={() => {}}