Skip to content

Commit

Permalink
fix: margin bottom in appbar example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Nov 26, 2022
1 parent 43835bd commit aeb29ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/src/Examples/AppbarExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const AppbarExample = ({ navigation }: Props) => {
return (
<>
<ScreenWrapper
style={styles.container}
style={{ marginBottom: height + bottom }}
contentContainerStyle={styles.contentContainer}
>
{theme.isV3 ? (
Expand Down Expand Up @@ -225,9 +225,6 @@ AppbarExample.title = 'Appbar';
export default AppbarExample;

const styles = StyleSheet.create({
container: {
marginBottom: 56,
},
contentContainer: {
paddingVertical: 8,
},
Expand Down

0 comments on commit aeb29ef

Please sign in to comment.