diff --git a/apps/mobile/packages/features/client/reports/lib/src/presentation/pages/reports_page.dart b/apps/mobile/packages/features/client/reports/lib/src/presentation/pages/reports_page.dart index fbc60def..ac0fc734 100644 --- a/apps/mobile/packages/features/client/reports/lib/src/presentation/pages/reports_page.dart +++ b/apps/mobile/packages/features/client/reports/lib/src/presentation/pages/reports_page.dart @@ -133,9 +133,9 @@ class _ReportsPageState extends State // Tabs Container( height: 44, - padding: const EdgeInsets.all(4), + padding: const EdgeInsets.all(4) decoration: BoxDecoration( - color: UiColors.white.withOpacity(0.2), + color: UiColors.white.withOpacity(0.2) borderRadius: BorderRadius.circular(12), ), child: TabBar(