mobile: fix linking a note

This commit is contained in:
Ammar Ahmed
2025-03-03 13:12:35 +05:00
committed by Ammar Ahmed
parent 880655e220
commit f0e46def68

View File

@@ -222,7 +222,6 @@ const Input = ({
flexDirection: "row",
justifyContent: "space-between",
alignItems: "center",
flexGrow: 1,
paddingHorizontal: DefaultAppStyles.GAP,
paddingRight:
buttons || button || secureTextEntry || error
@@ -250,7 +249,6 @@ const Input = ({
importantForAccessibility="yes"
style={{
marginBottom: marginBottom,
flexGrow: flexGrow,
marginRight: marginRight,
...wrapperStyle
}}