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