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 @@ -488,7 +488,7 @@ overflow: 'hidden', }, icon: { - marginRight: 4, + color: 'white', }, itemContainer: { alignItems: 'center', @@ -498,18 +498,18 @@ padding: 10, }, itemMargin: { - borderRightColor: '#E1E1E1', + borderRightColor: '#404040', borderRightWidth: 1, }, items: { - backgroundColor: 'white', - borderRadius: 5, + backgroundColor: '#1f1f1f', + borderRadius: 8, flex: 1, flexDirection: 'row', overflow: 'hidden', }, label: { - color: '#444', + color: 'white', fontSize: 14, lineHeight: 17, textAlign: 'center',