diff --git a/lib/ui/dashboard/dashboard_panels.dart b/lib/ui/dashboard/dashboard_panels.dart index d9f237801..aab6e6c20 100644 --- a/lib/ui/dashboard/dashboard_panels.dart +++ b/lib/ui/dashboard/dashboard_panels.dart @@ -53,7 +53,9 @@ class DashboardPanels extends StatelessWidget { child: Text( formatDateRange(uiState.startDate(company), uiState.endDate(company), context), - style: Theme.of(context).textTheme.title), + style: Theme.of(context).textTheme.title + .copyWith(fontSize: 18), + ), ), SizedBox(width: 6.0), Icon(Icons.arrow_drop_down),