fix: Styling and notification settings

This commit is contained in:
Christian Pauly 2022-09-06 20:21:11 +02:00
commit 5629f14d5a
7 changed files with 29 additions and 6 deletions

View file

@ -13,6 +13,8 @@ class SignupPageView extends StatelessWidget {
Widget build(BuildContext context) {
return LoginScaffold(
appBar: AppBar(
leading:
controller.loading ? null : const BackButton(color: Colors.white),
automaticallyImplyLeading: !controller.loading,
title: Text(
L10n.of(context)!.signUp,