Skip to content

Commit 74b7362

Browse files
committed
logout theme fix
1 parent c979499 commit 74b7362

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/core/widgets/logout_confirmation_bottom_sheet.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ class LogoutConfirmationBottomSheet extends StatelessWidget {
6565
child: BBButton.small(
6666
label: context.loc.logoutConfirmationCancel,
6767
onPressed: () => Navigator.of(context).pop(),
68-
bgColor: context.appColors.secondaryFixed,
68+
outlined: true,
69+
bgColor: Colors.transparent,
6970
textColor: context.appColors.secondary,
71+
borderColor: context.appColors.outline,
7072
),
7173
),
7274
const SizedBox(width: 12),

0 commit comments

Comments
 (0)