mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
Update dashbot_default_page.dart
This commit is contained in:
@@ -19,22 +19,17 @@ class DashbotDefaultPage extends StatelessWidget {
|
|||||||
kVSpacer20,
|
kVSpacer20,
|
||||||
Text(
|
Text(
|
||||||
'Hello there!',
|
'Hello there!',
|
||||||
style: TextStyle(fontSize: 22, fontWeight: FontWeight.w800),
|
style: kTextStyleXXLarge.copyWith(
|
||||||
|
fontSize: 22, fontWeight: FontWeight.w600),
|
||||||
),
|
),
|
||||||
kVSpacer10,
|
kVSpacer10,
|
||||||
Text(
|
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,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: kTextStyleMedium.copyWith(
|
||||||
fontSize: 14,
|
|
||||||
color: Theme.of(context).colorScheme.onSurfaceVariant,
|
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,
|
kVSpacer16,
|
||||||
Wrap(
|
Wrap(
|
||||||
alignment: WrapAlignment.center,
|
alignment: WrapAlignment.center,
|
||||||
|
|||||||
Reference in New Issue
Block a user