fln-espranza 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,7 @@ export default function EInput({
35
35
  >
36
36
  <TextInput
37
37
  style={tw`h-12 rounded-lg px-4 flex-row items-center border border-slate-300 ${
38
- hasFocus ? "border-black shadow-md" : ""
38
+ hasFocus ? "border-black " : ""
39
39
  }`}
40
40
  {...props}
41
41
  onFocus={() => setHasFocus(!hasFocus)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fln-espranza",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "All components used inside FLN Project of Espranza Innovations",
5
5
  "main": "index.ts",
6
6
  "scripts": {