Skip to content

Commit 8e0de4a

Browse files
chrisbobbegnprice
authored andcommitted
ui: Center-align actual text (not just column children) on beta homescreen
Fixes: #428
1 parent bb78e6c commit 8e0de4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/app.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ class HomePage extends StatelessWidget {
230230
body: Center(
231231
child: Column(mainAxisAlignment: MainAxisAlignment.center, children: [
232232
DefaultTextStyle.merge(
233+
textAlign: TextAlign.center,
233234
style: const TextStyle(fontSize: 18),
234235
child: Column(children: [
235236
const Text('🚧 Under construction 🚧'),

0 commit comments

Comments
 (0)