fix(alarm): improve firing and preferred station
This commit is contained in:
+2
-1
@@ -158,8 +158,9 @@ class _PaginaPrincipalState extends State<_PaginaPrincipal> {
|
||||
body: SafeArea(top: false, child: _paginas[_indice]),
|
||||
bottomNavigationBar: SafeArea(
|
||||
top: false,
|
||||
minimum: const EdgeInsets.only(bottom: 8),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.fromLTRB(12, 0, 12, 10),
|
||||
padding: const EdgeInsets.fromLTRB(12, 0, 12, 0),
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user