Skip to content

Commit

Permalink
[FIX] Fixes text field frame got cut off (#3548)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdevelopa authored Feb 15, 2022
1 parent bcc22b3 commit d625602
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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

0 comments on commit d625602

Please sign in to comment.