@@ -37,7 +37,7 @@
display: flex;
align-items: center;
justify-content: center;
- background-color: #ffffff66;
+ background-color: #00000060;
}
.clear_btn_bg2{
@@ -114,8 +114,9 @@ export default function Component({
/>
{
inputValue.length > 0 && <View className="clear_bg" onClick={clear}>
- {/* <IconClear /> */}
- <IconClose width={20} height={20} color="#000"/>
+ <IconClear />
+ {/* <IconClose width={20} height={20} color="#000"/> */}
</View>