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:
ggurdin 2025-06-18 11:33:16 -04:00 committed by GitHub
commit 10267d69ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ class OnboardingComplete extends StatelessWidget {
L10n.of(context).getStartedComplete,
textAlign: TextAlign.center,
style: const TextStyle(
fontSize: 32.0,
fontSize: 14,
),
)
: Column(