Skip to content

Commit

Permalink
Remove border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Nov 4, 2020
1 parent 204d666 commit caec7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/LoadedApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ export default class LoadedApp extends Component<LoadedAppProps, AppState> {
activeBackgroundColor: '#c3921f',
inactiveTintColor: '#777777',
labelStyle: {fontSize: 14},
tabStyle: {borderRadius: 10},
tabStyle: {borderRadius: 0},
}}>
<Tab.Screen name="SEND">
{(props) => (
Expand Down

0 comments on commit caec7ff

Please sign in to comment.