aboutsummaryrefslogtreecommitdiff
path: root/lib/widgets/chat_bottom_sheet.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/chat_bottom_sheet.dart')
-rw-r--r--lib/widgets/chat_bottom_sheet.dart10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/widgets/chat_bottom_sheet.dart b/lib/widgets/chat_bottom_sheet.dart
index f1124cf..ac08499 100644
--- a/lib/widgets/chat_bottom_sheet.dart
+++ b/lib/widgets/chat_bottom_sheet.dart
@@ -8,16 +8,8 @@ class ChatBottomSheet extends StatelessWidget {
@override
Widget build(BuildContext context) {
- return Container(
+ return SizedBox(
height: 55,
- decoration: BoxDecoration(boxShadow: [
- BoxShadow(
- color: Colors.grey.withOpacity(0.5),
- spreadRadius: 2,
- blurRadius: 10,
- offset: const Offset(0, 3),
- ),
- ]),
child: Row(
children: [
Padding(