Skip to content

Commit

Permalink
remove default white bottom border for static pills
Browse files Browse the repository at this point in the history
  • Loading branch information
dorkyboi committed Apr 20, 2021
1 parent d17801b commit 40270f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/StaticPills.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export const StaticPills = ({data, activePillStyles, x, currentIndex, flatList})
<View style={{
flexDirection: 'row',
justifyContent: 'space-around',
borderBottomWidth: 2,
borderColor: 'white',
width: width - 20,
paddingBottom: 8,
}}>
Expand Down

0 comments on commit 40270f9

Please sign in to comment.