Leon vor 1 Jahr
Ursprung
Commit
5d936cf9bb
2 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 1 1
      src/components/basic/Icons.scss
  2. 3 2
      src/components/input/Inputs.tsx

+ 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>