Page MenuHomePhabricator

D5460.id18206.diff
No OneTemporary

D5460.id18206.diff

diff --git a/native/navigation/tooltip.react.js b/native/navigation/tooltip.react.js
--- a/native/navigation/tooltip.react.js
+++ b/native/navigation/tooltip.react.js
@@ -546,7 +546,7 @@
overflow: 'hidden',
},
icon: {
- marginRight: 4,
+ color: '#FFFFFF',
},
itemContainer: {
alignItems: 'center',
@@ -559,15 +559,15 @@
flexDirection: 'column',
},
itemMargin: {
- borderBottomColor: '#E1E1E1',
+ borderBottomColor: '#404040',
borderBottomWidth: 1,
},
itemMarginFixed: {
- borderRightColor: '#E1E1E1',
+ borderRightColor: '#404040',
borderRightWidth: 1,
},
items: {
- backgroundColor: 'white',
+ backgroundColor: '#1F1F1F',
borderRadius: 5,
overflow: 'hidden',
},
@@ -576,7 +576,7 @@
flexDirection: 'row',
},
label: {
- color: '#444',
+ color: '#FFFFFF',
fontSize: 14,
lineHeight: 17,
textAlign: 'center',
@@ -589,14 +589,14 @@
borderRightColor: 'transparent',
borderRightWidth: 10,
borderStyle: 'solid',
- borderTopColor: 'white',
+ borderTopColor: '#1F1F1F',
borderTopWidth: 10,
height: 10,
top: Platform.OS === 'android' ? -1 : 0,
width: 10,
},
triangleUp: {
- borderBottomColor: 'white',
+ borderBottomColor: '#1F1F1F',
borderBottomWidth: 10,
borderLeftColor: 'transparent',
borderLeftWidth: 10,

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 9:40 AM (14 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2568000
Default Alt Text
D5460.id18206.diff (1 KB)

Event Timeline