diff --git a/apps/mobile/app/assistant/index.tsx b/apps/mobile/app/assistant/index.tsx index 5f2787c..2acff59 100644 --- a/apps/mobile/app/assistant/index.tsx +++ b/apps/mobile/app/assistant/index.tsx @@ -168,61 +168,62 @@ export default function PageAssistant() { ) : ( - void demarrerDictee()} - style={{ - width: 26, - height: 26, - borderRadius: 13, - backgroundColor: t.primaireDoux, - alignItems: 'center', - justifyContent: 'center', - }} - > - 🎙 - + {/* Zone pleine largeur, multiligne : la question dictée doit se + * lire EN ENTIER avant d'envoyer (trouvé en recette, 02/08 — + * une barre d'une ligne masquait le texte transcrit long). */} - - + void demarrerDictee()} style={{ - color: question.trim().length < 3 || ask.isPending ? t.encre3 : t.primaire, - fontFamily: 'Manrope_800ExtraBold', - fontSize: 12.5, + width: 30, + height: 30, + borderRadius: 15, + backgroundColor: t.primaireDoux, + alignItems: 'center', + justifyContent: 'center', }} > - Envoyer - - + 🎙 + + + + + )} {transcrire.isError ? (