fix: update version code and name in build.gradle; adjust Modal component in ShareRoomPicker

This commit is contained in:
2026-05-13 11:12:09 +10:00
parent 6845398755
commit 6207d18b3c
2 changed files with 3 additions and 3 deletions

View File

@@ -27,8 +27,8 @@ android {
applicationId "com.paarrot.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1778632712
versionName "2026-05-13.003832.344"
versionCode 1778632862
versionName "2026-05-13.004102.796"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -280,7 +280,7 @@ export function ShareRoomPicker({ share, onPick, onDismiss }: ShareRoomPickerPro
escapeDeactivates: stopPropagation,
}}
>
<Modal size="300" style={{ maxWidth: '280px', maxHeight: 'fit-content' }}>
<Modal style={{ maxWidth: '280px' }}>
<Box direction="Column" gap="100" style={{ padding: config.space.S300 }}>
<Box direction="Column" gap="100">
<Text size="H4">Share to {isDm ? 'Person' : 'Room'}?</Text>