File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments