Adjust settings page formatting and description text.

This commit is contained in:
Hyperling 2025-03-27 15:15:33 -07:00
parent 3c52239efc
commit b177b6317e

View File

@ -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. :)",
), ),
], ],
), ),