Skip to content

Commit 98271c2

Browse files
committed
update: style for CleanTabBar
1 parent e771593 commit 98271c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/assets/TabStyle.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export const CleanStyle = StyleSheet.create({
5353
item: {
5454
flex: 1,
5555
flexDirection: 'row',
56+
overflow: 'hidden'
5657
},
5758
touchableItem: {
5859
flex: 1,
@@ -72,6 +73,7 @@ export const CleanStyle = StyleSheet.create({
7273
filterIcon: {
7374
zIndex: 2,
7475
position: 'absolute',
76+
width: '100%'
7577
},
7678
itemTextLayer: {
7779
zIndex: 3,
@@ -84,15 +86,16 @@ export const CleanStyle = StyleSheet.create({
8486
filterText: {
8587
zIndex: 4,
8688
position: 'absolute',
87-
bottom: 0,
89+
bottom: -5,
90+
width: '100%',
8891
},
8992
triangleTop: {
9093
width: '100%',
9194
height: 0,
9295
backgroundColor: 'transparent',
9396
borderStyle: 'solid',
9497
borderTopWidth: 0,
95-
borderRightWidth: 100,
98+
borderRightWidth: 180,
9699
borderBottomWidth: 20,
97100
borderLeftWidth: 0,
98101
borderTopColor: 'transparent',

0 commit comments

Comments
 (0)