ui cleanup, new themes

This commit is contained in:
Christien Rioux 2024-07-06 20:09:18 -04:00
parent 94988718e8
commit 44fe198e5d
31 changed files with 1051 additions and 407 deletions

View file

@ -93,7 +93,7 @@ class _NewAccountPageState extends State<NewAccountPage> {
Widget build(BuildContext context) {
final displayModalHUD = _isInAsyncCall;
return Scaffold(
return StyledScaffold(
// resizeToAvoidBottomInset: false,
appBar: DefaultAppBar(
title: Text(translate('new_account_page.titlebar')),