Merge pull request #3133 from pangeachat/3124-not-too-important-but-again-the-text-of-the-message-doesnt-thave-to-be-this-huge
chore: make onboarding text smaller
This commit is contained in:
commit
10267d69ec
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class OnboardingComplete extends StatelessWidget {
|
|||
L10n.of(context).getStartedComplete,
|
||||
textAlign: TextAlign.center,
|
||||
style: const TextStyle(
|
||||
fontSize: 32.0,
|
||||
fontSize: 14,
|
||||
),
|
||||
)
|
||||
: Column(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue