From 7fd7bb1306f1be743f7fe7194266af708c38feba Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Sat, 27 Sep 2025 14:26:07 +0530 Subject: [PATCH] Update dashbot_default_page.dart --- .../core/common/pages/dashbot_default_page.dart | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/lib/dashbot/core/common/pages/dashbot_default_page.dart b/lib/dashbot/core/common/pages/dashbot_default_page.dart index 0b7afcd1..b4799060 100644 --- a/lib/dashbot/core/common/pages/dashbot_default_page.dart +++ b/lib/dashbot/core/common/pages/dashbot_default_page.dart @@ -19,22 +19,17 @@ class DashbotDefaultPage extends StatelessWidget { kVSpacer20, Text( 'Hello there!', - style: TextStyle(fontSize: 22, fontWeight: FontWeight.w800), + style: kTextStyleXXLarge.copyWith( + fontSize: 22, fontWeight: FontWeight.w600), ), kVSpacer10, Text( - 'Seems like you haven\'t made any Requests yet', + 'Seems like you haven\'t made any Requests yet. Why not go ahead and make one?', textAlign: TextAlign.center, - style: TextStyle( - fontSize: 14, + style: kTextStyleMedium.copyWith( color: Theme.of(context).colorScheme.onSurfaceVariant, ), ), - Text( - "Why not go ahead and make one?", - textAlign: TextAlign.center, - style: TextStyle(fontSize: 16, fontWeight: FontWeight.w400), - ), kVSpacer16, Wrap( alignment: WrapAlignment.center,