Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Fixes text field frame got cut off #3548

Merged
merged 12 commits into from
Feb 15, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ exports[`Browser should render correctly 1`] = `
"fontSize": 14,
"fontWeight": "400",
"height": 30,
"padding": 8,
"paddingLeft": 15,
"textAlign": "left",
}
Expand Down
1 change: 0 additions & 1 deletion app/components/Views/BrowserTab/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ const styles = StyleSheet.create({
backgroundColor: Device.isAndroid() ? colors.white : colors.grey000,
borderRadius: 30,
fontSize: Device.isAndroid() ? 16 : 14,
padding: 8,
paddingLeft: 15,
textAlign: 'left',
flex: 1,
Expand Down