diff --git a/dev-client/src/screens/SitesScreen/components/search/MapSearchOfflineAlertBox.tsx b/dev-client/src/screens/SitesScreen/components/search/MapSearchOfflineAlertBox.tsx index a7f204606..83366abe7 100644 --- a/dev-client/src/screens/SitesScreen/components/search/MapSearchOfflineAlertBox.tsx +++ b/dev-client/src/screens/SitesScreen/components/search/MapSearchOfflineAlertBox.tsx @@ -35,7 +35,7 @@ const styles = StyleSheet.create({ container: { backgroundColor: convertColorProp('background.default'), borderWidth: 1, - borderColor: convertColorProp('grey.300'), + borderColor: convertColorProp('text.secondary'), paddingHorizontal: 12, paddingVertical: 4, marginHorizontal: 12,