Skip to content

Commit

Permalink
fix: layout issue in ImageUploadDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
PeronGH committed Dec 10, 2023
1 parent 1b92bf5 commit a6acfab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/image_upload_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class ImageUploadDialog extends StatelessWidget {
),
const SizedBox(height: 16),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Obx(() => ElevatedButton(
onPressed: isUploading.value
Expand Down

0 comments on commit a6acfab

Please sign in to comment.