Skip to content

Commit 40270f9

Browse files
committed
remove default white bottom border for static pills
1 parent d17801b commit 40270f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/StaticPills.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export const StaticPills = ({data, activePillStyles, x, currentIndex, flatList})
99
<View style={{
1010
flexDirection: 'row',
1111
justifyContent: 'space-around',
12-
borderBottomWidth: 2,
13-
borderColor: 'white',
1412
width: width - 20,
1513
paddingBottom: 8,
1614
}}>

0 commit comments

Comments
 (0)