[INJIMOB-3633] fix search bar clear icon not apperaing (#2133)

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
abhip2565
2025-11-13 18:37:47 +05:30
committed by GitHub
parent d8036c871d
commit 6a202b11af
4 changed files with 40 additions and 27 deletions

View File

@@ -311,19 +311,6 @@ export const IssuersScreen: React.FC<
onChangeText={filterIssuers}
onLayout={() => filterIssuers('')}
/>
{clearSearchIcon && (
<Pressable
onPress={clearSearchText}
style={Theme.SearchBarStyles.clearSearch}>
<Icon
testID="clearingIssuerSearchIcon"
name="circle-with-cross"
type="entypo"
size={18}
color={Theme.Colors.DetailsLabel}
/>
</Pressable>
)}
</Row>
<Text
testID="issuersScreenDescription"