Skip to content

Commit

Permalink
tabs not scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerGery committed Jan 15, 2024
1 parent 56aaae0 commit b2d1db9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/client/Locomotion/src/Components/TabSwitch/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const Container = styled.View`
margin-bottom: 16px;
padding-left: 8px;
padding-right: 8px;
overflow: hidden;
`;

export const Tab = styled.TouchableOpacity`
Expand All @@ -29,6 +30,7 @@ export const Tab = styled.TouchableOpacity`
${({ isSelected }: TabStyled) => isSelected && `border-bottom-width: 2px; border-bottom-color: ${SELECTED_COLOR};`}
margin-left: 8px;
margin-right: 8px;
overflow: hidden;
`;
export const TabInner = styled.View`
display: flex;
Expand Down

0 comments on commit b2d1db9

Please sign in to comment.