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) {
|
Widget build(BuildContext context) {
|
||||||
return Center(
|
return Center(
|
||||||
child: Column(
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: [
|
children: [
|
||||||
TitleCard(title: "Settings"),
|
TitleCard(title: "Settings"),
|
||||||
Text(
|
Text(
|
||||||
"No settings yet. :)",
|
"No settings exist yet. :)",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user