updates
This commit is contained in:
parent
2ce32cac4e
commit
b6639fb1c9
26 changed files with 454 additions and 204 deletions
|
|
@ -219,12 +219,12 @@ class _TabBar extends StatelessWidget {
|
|||
);
|
||||
if (i < tabs.length - 1) {
|
||||
children.add(
|
||||
const Text('|', style: TextStyle(color: TimbreColors.border)),
|
||||
Text('|', style: TextStyle(color: TimbreColors.border)),
|
||||
);
|
||||
}
|
||||
}
|
||||
return Container(
|
||||
decoration: const BoxDecoration(
|
||||
decoration: BoxDecoration(
|
||||
border: Border(top: BorderSide(color: TimbreColors.border)),
|
||||
),
|
||||
child: Row(mainAxisAlignment: MainAxisAlignment.center, children: children),
|
||||
|
|
@ -288,7 +288,7 @@ class _StatusBar extends ConsumerWidget {
|
|||
onTap: () => Navigator.of(context).push(
|
||||
MaterialPageRoute(builder: (_) => const SettingsScreen()),
|
||||
),
|
||||
child: const Padding(
|
||||
child: Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: TimbreSpacing.lg),
|
||||
child: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue