Simplify voice intro copy
This commit is contained in:
@@ -414,16 +414,14 @@ class _IntroStep extends StatelessWidget {
|
||||
),
|
||||
const SizedBox(height: 22),
|
||||
Text(
|
||||
'Расскажи про место голосом',
|
||||
style: Theme.of(context).textTheme.headlineSmall?.copyWith(
|
||||
fontWeight: FontWeight.w900,
|
||||
'Поделись ощущением от места голосом. Мы разберем запись через AI и удалим аудио после обработки.',
|
||||
textAlign: TextAlign.left,
|
||||
style: Theme.of(context).textTheme.titleLarge?.copyWith(
|
||||
fontWeight: FontWeight.w800,
|
||||
height: 1.18,
|
||||
letterSpacing: 0,
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
const Text(
|
||||
'Поделись ощущением, а не оценкой. Мы разберем голос через AI и удалим аудио после обработки.',
|
||||
),
|
||||
],
|
||||
),
|
||||
action: FilledButton(onPressed: onNext, child: const Text('Далее')),
|
||||
|
||||
Reference in New Issue
Block a user