diff --git a/packages/mobile/src/harmony-native/components/input/TextInput/TextInput.tsx b/packages/mobile/src/harmony-native/components/input/TextInput/TextInput.tsx index 70c2ab902dc..6a11879891c 100644 --- a/packages/mobile/src/harmony-native/components/input/TextInput/TextInput.tsx +++ b/packages/mobile/src/harmony-native/components/input/TextInput/TextInput.tsx @@ -335,6 +335,7 @@ export const TextInput = forwardRef( underlineColorAndroid='transparent' aria-label={ariaLabel ?? labelText} style={css({ + flex: 1, // Need absolute height to ensure consistency across platforms height: !isSmall ? 23 : undefined, // Android has a default padding that needs to be removed