Skip to content

Commit b4d3f6a

Browse files
committed
Merge remote-tracking branch 'origin/main-design-system' into fix/color-tokens
# Conflicts: # packages/stream_core_flutter/test/components/message_composer/goldens/ci/message_composer_attachment_reply_dark_matrix.png # packages/stream_core_flutter/test/components/message_composer/goldens/ci/message_composer_attachment_reply_light_matrix.png
2 parents 0cff09b + 268a672 commit b4d3f6a

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

packages/stream_core_flutter/lib/src/components/message_composer/attachment/message_composer_link_preview_attachment.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class MessageComposerLinkPreviewAttachment extends StatelessWidget {
3131
return StreamMessageComposerAttachmentContainer(
3232
onRemovePressed: onRemovePressed,
3333
backgroundColor: backgroundColor,
34+
borderColor: StreamColors.transparent,
3435
child: Padding(
3536
padding: .directional(
3637
start: spacing.xs,

packages/stream_core_flutter/lib/src/components/message_composer/attachment/message_composer_reply_attachment.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class MessageComposerReplyAttachment extends StatelessWidget {
3535
return StreamMessageComposerAttachmentContainer(
3636
onRemovePressed: onRemovePressed,
3737
backgroundColor: backgroundColor,
38+
borderColor: StreamColors.transparent,
3839
child: Padding(
3940
padding: .all(spacing.xs),
4041
child: Row(
-823 Bytes
Loading
-1.23 KB
Loading
-368 Bytes
Loading

0 commit comments

Comments
 (0)