From 9c7dec1039f7da1b9a0197843b9aca64e20efdc6 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 6 Nov 2023 15:24:24 +0100 Subject: [PATCH] Improve contrast of the `buttonImport` --- packages/@uppy/react-native/file-picker/url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@uppy/react-native/file-picker/url.js b/packages/@uppy/react-native/file-picker/url.js index 1c031cb81e..e0c5f43bc9 100644 --- a/packages/@uppy/react-native/file-picker/url.js +++ b/packages/@uppy/react-native/file-picker/url.js @@ -26,7 +26,7 @@ const styles = StyleSheet.create({ }, buttonImport: { alignItems: 'center', - backgroundColor: '#2275d7', + backgroundColor: '#1269cf', paddingHorizontal: 25, paddingVertical: 8, borderRadius: 5,