Skip to content

Commit 17e7908

Browse files
fix: add missing button paddings
1 parent 2f00133 commit 17e7908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ui/chat/chat_info/edit_group_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class _EditGroupScreenState extends ConsumerState<EditGroupScreen> {
246246
label: 'Discard Changes',
247247
visualState: WnButtonVisualState.secondary,
248248
),
249-
Gap(4.h),
249+
Gap(8.h),
250250
WnFilledButton(
251251
onPressed: _hasChanges && !_isLoading ? _saveChanges : null,
252252
loading: _isLoading,

lib/ui/settings/profile/connect_profile_bottom_sheet.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _ConnectProfileBottomSheetState extends ConsumerState<ConnectProfileBottom
6262
}
6363
},
6464
),
65-
Gap(4.h),
65+
Gap(8.h),
6666
WnFilledButton(
6767
label: 'Create New Profile',
6868
loading: authState.isLoading,

0 commit comments

Comments
 (0)