Skip to content

Commit a90ffe1

Browse files
author
tensor-programming
committed
small padding changes
1 parent 3d0c3bb commit a90ffe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class RootApp extends StatelessWidget {
127127
stream: contributionBloc.timer,
128128
builder: (context, timerSnapshot) {
129129
return Text(
130-
'Next Vote Cycle: ${DateFormat.Hms().format(DateTime(0, 0, 0, 0, 0, timerSnapshot.data ?? 0))} ',
130+
'Next Vote Cycle: ${DateFormat.Hms().format(DateTime(0, 0, 0, 0, 0, timerSnapshot.data ?? 0))}',
131131
style: TextStyle(fontWeight: FontWeight.w700),
132132
);
133133
}),
@@ -140,7 +140,7 @@ class RootApp extends StatelessWidget {
140140
child: _generateMenu(categories, contributionBloc),
141141
),
142142
],
143-
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
143+
mainAxisAlignment: MainAxisAlignment.spaceAround,
144144
crossAxisAlignment: CrossAxisAlignment.center,
145145
));
146146
});

0 commit comments

Comments
 (0)