mirror of
https://github.com/minibits-cash/minibits_wallet.git
synced 2026-08-12 09:23:20 +00:00
Fix patches
This commit is contained in:
@@ -95,7 +95,7 @@ android {
|
||||
applicationId "com.minibits_wallet"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 58082
|
||||
versionCode 58083
|
||||
versionName "0.4.3"
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minibits_wallet",
|
||||
"version": "0.4.3-beta.2",
|
||||
"version": "0.4.3-beta.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"android:clean": "cd android && ./gradlew clean",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -142,7 +142,7 @@ export function BottomModal(props: ModalProps) {
|
||||
const insets = useSafeAreaInsets()
|
||||
|
||||
const $innerContainerStyle = [
|
||||
$innerContainerBase, { backgroundColor: useThemeColor('card'), paddingBottom: insets.bottom + (Platform.OS === 'ios' ? 40 : 20) }, $containerStyleOverride
|
||||
$innerContainerBase, { backgroundColor: useThemeColor('card'), paddingBottom: insets.bottom + (Platform.OS === 'ios' ? 40 : 40) }, $containerStyleOverride
|
||||
]
|
||||
|
||||
const isHeadingPresent = !!(HeadingComponent || heading || headingTx)
|
||||
|
||||
Reference in New Issue
Block a user