Skip to content

Commit

Permalink
Update packages/bottom-tabs/src/views/BottomTabView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 23, 2020
1 parent ac8ddee commit 07de936
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/bottom-tabs/src/views/BottomTabView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ function SceneContent({
<View
accessibilityElementsHidden={!isFocused}
importantForAccessibility={isFocused ? 'auto' : 'no-hide-descendants'}
style={[
styles.content,
{ backgroundColor: colors.background },
style,
]}
style={[styles.content, { backgroundColor: colors.background }, style]}
>
{children}
</View>
Expand Down

0 comments on commit 07de936

Please sign in to comment.