This commit is contained in:
Tomas Dvorak
2026-01-06 13:46:49 +01:00
18 changed files with 464 additions and 276 deletions
@@ -102,7 +102,7 @@ class _AuthChoiceScreenState extends ConsumerState<AuthChoiceScreen> {
),
const SizedBox(height: 24),
Text(
'LifeTimer',
'1356',
style: Theme.of(context)
.textTheme
.headlineLarge
@@ -64,7 +64,7 @@ class AuthShowcaseScreen extends ConsumerWidget {
),
const SizedBox(height: 16),
Text(
'LifeTimer helps you design a 1356-day experiment, focus on a small set of meaningful goals, and see time as a single bold countdown.',
'1356 helps you design a 1356-day experiment, focus on a small set of meaningful goals, and see time as a single bold countdown.',
style: theme.textTheme.bodyLarge?.copyWith(
color: colorScheme.onSurface.withValues(alpha:0.7),
height: 1.6,
@@ -111,7 +111,7 @@ class _SignInScreenState extends ConsumerState<SignInScreen> {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text(
'LifeTimer',
'1356',
style: Theme.of(context)
.textTheme
.titleMedium
@@ -91,7 +91,7 @@ class _SignUpScreenState extends ConsumerState<SignUpScreen> {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text(
'LifeTimer',
'1356',
style: Theme.of(context)
.textTheme
.titleMedium