Skip to content

Commit

Permalink
Align all buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
xethlyx committed Apr 6, 2024
1 parent 6831f54 commit 199e527
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mobile/lib/modules/backup/views/backup_controller_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ class BackupControllerPage extends HookConsumerWidget {
backgroundColor: Colors.red[300],
minimumSize: minimumSize,
shape: shape,
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
),
onPressed: () {
if (backupState.backupProgress ==
Expand Down Expand Up @@ -248,6 +249,7 @@ class BackupControllerPage extends HookConsumerWidget {
shape: shape,
disabledBackgroundColor:
context.isDarkTheme ? Colors.grey[700] : Colors.grey[400],
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
),
child: const Text(
"backup_controller_page_start_backup",
Expand Down Expand Up @@ -429,7 +431,7 @@ class BackupControllerPage extends HookConsumerWidget {
children: [
Positioned(
child: Padding(
padding: const EdgeInsets.only(top: 20),
padding: const EdgeInsets.only(top: 16),
child: Container(
decoration: BoxDecoration(
color: context.isDarkTheme
Expand Down

0 comments on commit 199e527

Please sign in to comment.