Skip to content

Commit

Permalink
fix: correct example list background color (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak authored Apr 14, 2021
1 parent e309e2e commit 9e8e477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/ExampleList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export default function ExampleList({ navigation }: Props) {
backgroundColor: colors.background,
paddingBottom: safeArea.bottom,
}}
style={{ backgroundColor: colors.background }}
ItemSeparatorComponent={Divider}
renderItem={renderItem}
keyExtractor={keyExtractor}
Expand Down

0 comments on commit 9e8e477

Please sign in to comment.