[QuotedMessageWidget] Fix attachment getting cropped by border side
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -235,9 +235,7 @@ class QuotedMessageWidget extends StatelessWidget {
|
|||||||
|
|
||||||
ShapeBorder _getDefaultShape(BuildContext context) {
|
ShapeBorder _getDefaultShape(BuildContext context) {
|
||||||
return RoundedRectangleBorder(
|
return RoundedRectangleBorder(
|
||||||
side: BorderSide(
|
side: BorderSide(width: 0.0, color: Colors.transparent),
|
||||||
color: StreamChatTheme.of(context).colorTheme.greyWhisper,
|
|
||||||
),
|
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user