fix spaces with messages
This commit is contained in:
parent
beabd64789
commit
f201f16a3b
15 changed files with 56 additions and 40 deletions
|
|
@ -804,7 +804,7 @@ class _AiChatState extends State<AiChat> {
|
|||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
const SizedBox(height: 50),
|
||||
// const SizedBox(height: 50),
|
||||
Icon(
|
||||
MihIcons.mzansiAi,
|
||||
size: 165,
|
||||
|
|
@ -821,7 +821,7 @@ class _AiChatState extends State<AiChat> {
|
|||
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
const SizedBox(height: 25),
|
||||
Center(
|
||||
child: RichText(
|
||||
textAlign: TextAlign.center,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue