mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Add demo account to Flutter client also
This commit is contained in:
@@ -197,24 +197,23 @@ class _LoginScreenState extends State<LoginScreen> {
|
|||||||
width: 80,
|
width: 80,
|
||||||
height: 80,
|
height: 80,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 24),
|
||||||
Text.rich(
|
Text.rich(
|
||||||
TextSpan(
|
TextSpan(
|
||||||
style: Theme.of(context).textTheme.bodyLarge?.copyWith(
|
style: Theme.of(context).textTheme.bodyLarge?.copyWith(
|
||||||
color: colorScheme.onSurfaceVariant,
|
color: colorScheme.onSurfaceVariant,
|
||||||
),
|
),
|
||||||
children: [
|
children: [
|
||||||
const TextSpan(text: 'Please '),
|
const TextSpan(text: 'Demo account or '),
|
||||||
TextSpan(
|
TextSpan(
|
||||||
text: 'Sign Up',
|
text: 'Sign Up',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: colorScheme.primary,
|
color: colorScheme.primary,
|
||||||
decoration: TextDecoration.underline,
|
|
||||||
fontWeight: FontWeight.w600,
|
fontWeight: FontWeight.w600,
|
||||||
),
|
),
|
||||||
recognizer: _signUpTapRecognizer,
|
recognizer: _signUpTapRecognizer,
|
||||||
),
|
),
|
||||||
const TextSpan(text: ' first!'),
|
const TextSpan(text: '!'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
|
|||||||
Reference in New Issue
Block a user