Adjust settings page formatting and description text.
This commit is contained in:
parent
3c52239efc
commit
b177b6317e
@ -19,10 +19,11 @@ class SettingsPage extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Center(
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
children: [
|
||||
TitleCard(title: "Settings"),
|
||||
Text(
|
||||
"No settings yet. :)",
|
||||
"No settings exist yet. :)",
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user