diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6b0e5abf --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "postman.settings.dotenv-detection-notification-visibility": false +} \ No newline at end of file diff --git a/android/.gradle/7.5.1/executionHistory/executionHistory.bin b/android/.gradle/7.5.1/executionHistory/executionHistory.bin index 4ddffb0b..c9ac0a4c 100644 Binary files a/android/.gradle/7.5.1/executionHistory/executionHistory.bin and b/android/.gradle/7.5.1/executionHistory/executionHistory.bin differ diff --git a/android/.gradle/7.5.1/executionHistory/executionHistory.lock b/android/.gradle/7.5.1/executionHistory/executionHistory.lock index e245f2fe..5b1944fe 100644 Binary files a/android/.gradle/7.5.1/executionHistory/executionHistory.lock and b/android/.gradle/7.5.1/executionHistory/executionHistory.lock differ diff --git a/android/.gradle/7.5.1/fileHashes/fileHashes.bin b/android/.gradle/7.5.1/fileHashes/fileHashes.bin index 456f1ec6..d4654fc6 100644 Binary files a/android/.gradle/7.5.1/fileHashes/fileHashes.bin and b/android/.gradle/7.5.1/fileHashes/fileHashes.bin differ diff --git a/android/.gradle/7.5.1/fileHashes/fileHashes.lock b/android/.gradle/7.5.1/fileHashes/fileHashes.lock index 9ed7e155..a45424fd 100644 Binary files a/android/.gradle/7.5.1/fileHashes/fileHashes.lock and b/android/.gradle/7.5.1/fileHashes/fileHashes.lock differ diff --git a/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 21d0ea2e..9c4b8bc3 100644 Binary files a/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/android/.gradle/file-system.probe b/android/.gradle/file-system.probe index 37ac4906..0926d5e8 100644 Binary files a/android/.gradle/file-system.probe and b/android/.gradle/file-system.probe differ diff --git a/app/components/elements.js b/app/components/elements.js index 167c0c2c..c1f2ce99 100644 --- a/app/components/elements.js +++ b/app/components/elements.js @@ -797,29 +797,29 @@ const customAlert = function (props) { style={{ backgroundColor: theme?.theme.dark ? theme.theme.colors.border : 'white', zIndex: 10, - borderRadius: 10, + borderRadius: 20, alignItems: 'center', overflow: 'hidden', height: 500 }}> - {/* Image in the top half */} - + - {/* Text in the bottom half */} { children ? @@ -840,8 +840,11 @@ const customAlert = function (props) { color: theme?.theme.dark ? theme?.theme.colors.text : "black", textAlign: 'center', fontSize: 16, - marginBottom: 35 - }}> + marginBottom: 35, + marginHorizontal: 5, + }} numberOfLines={5} + adjustsFontSizeToFit> + {body} @@ -856,7 +859,7 @@ const customAlert = function (props) { alignItems: 'center', paddingVertical: 6, marginRight: 6, - borderRadius: 5 + borderRadius: 20 }}> {noText ? noText : "Cancel"} @@ -872,7 +875,7 @@ const customAlert = function (props) { alignItems: 'center', paddingVertical: 6, marginLeft: 6, - borderRadius: 5 + borderRadius: 20 }}> {yesText ? yesText : "Yes"} diff --git a/app/screens/account/index.js b/app/screens/account/index.js index ddd7f355..4aeb4d9d 100644 --- a/app/screens/account/index.js +++ b/app/screens/account/index.js @@ -187,7 +187,7 @@ class About extends React.PureComponent { if (account.data.card_number == this.state.data?.card_number) return null; return ( this.switchAccount(account, index)}> - +