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

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