chore: Follow up input bar design

This commit is contained in:
Krille 2024-03-27 07:54:21 +01:00
commit 7183158cf9
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 25 additions and 20 deletions

View file

@ -285,15 +285,9 @@ class ChatView extends StatelessWidget {
clipBehavior: Clip.hardEdge,
color: Theme.of(context)
.colorScheme
.onInverseSurface
.withOpacity(0.9),
shape: RoundedRectangleBorder(
borderRadius: const BorderRadius.all(
Radius.circular(24),
),
side: BorderSide(
color: Theme.of(context).dividerColor,
),
.surfaceVariant,
borderRadius: const BorderRadius.all(
Radius.circular(24),
),
child: controller.room.isAbandonedDMRoom == true
? Row(