chore: Follow up input row design
This commit is contained in:
parent
16098635c3
commit
6bdefc43e9
1 changed files with 1 additions and 3 deletions
|
|
@ -363,9 +363,7 @@ class ChatView extends StatelessWidget {
|
||||||
color: controller.selectedEvents.isNotEmpty
|
color: controller.selectedEvents.isNotEmpty
|
||||||
? theme.colorScheme.tertiaryContainer
|
? theme.colorScheme.tertiaryContainer
|
||||||
: theme.colorScheme.surfaceContainerHigh,
|
: theme.colorScheme.surfaceContainerHigh,
|
||||||
borderRadius: const BorderRadius.all(
|
borderRadius: BorderRadius.circular(32),
|
||||||
Radius.circular(24),
|
|
||||||
),
|
|
||||||
child: controller.room.isAbandonedDMRoom == true
|
child: controller.room.isAbandonedDMRoom == true
|
||||||
? Row(
|
? Row(
|
||||||
mainAxisAlignment: .spaceEvenly,
|
mainAxisAlignment: .spaceEvenly,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue