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 @@ -803,14 +803,14 @@ borderRightColor: 'transparent', borderRightWidth: 10, borderStyle: 'solid', - borderTopColor: '#1F1F1F', + borderTopColor: 'panelBackground', borderTopWidth: 10, height: 10, top: Platform.OS === 'android' ? -1 : 0, width: 10, }, triangleUp: { - borderBottomColor: '#1F1F1F', + borderBottomColor: 'panelBackground', borderBottomWidth: 10, borderLeftColor: 'transparent', borderLeftWidth: 10,