maestro improvise
This commit is contained in:
@@ -104,11 +104,15 @@ class ClientGetStartedPage extends StatelessWidget {
|
||||
const SizedBox(height: UiConstants.space8),
|
||||
|
||||
// Sign In Button
|
||||
UiButton.primary(
|
||||
text: t.client_authentication.get_started_page
|
||||
.sign_in_button,
|
||||
onPressed: () => Modular.to.toClientSignIn(),
|
||||
fullWidth: true,
|
||||
Semantics(
|
||||
identifier: 'client_landing_sign_in',
|
||||
child: UiButton.primary(
|
||||
text: t.client_authentication
|
||||
.get_started_page.sign_in_button,
|
||||
onPressed: () =>
|
||||
Modular.to.toClientSignIn(),
|
||||
fullWidth: true,
|
||||
),
|
||||
),
|
||||
|
||||
const SizedBox(height: UiConstants.space3),
|
||||
|
||||
Reference in New Issue
Block a user