Leon 1 yıl önce
ebeveyn
işleme
5d936cf9bb

+ 1 - 1
src/components/basic/Icons.scss

@@ -37,7 +37,7 @@
     display: flex;
     align-items: center;
     justify-content: center;
-    background-color: #ffffff66;
+    background-color: #00000060;
 }
 
 .clear_btn_bg2{

+ 3 - 2
src/components/input/Inputs.tsx

@@ -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"/> */}
+                    {/* <IconClose width={20} height={20} color="#000"/> */}
                 </View>
             }
         </View>