Skip to content

Commit 86d3220

Browse files
authored
chore(ui): hide reaction picker bubble border and mask (#2316)
Co-authored-by: xsahil03x <[email protected]>
1 parent 3e95d5c commit 86d3220

9 files changed

+2
-2
lines changed

packages/stream_chat_flutter/lib/src/reactions/picker/reaction_picker_bubble_overlay.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ class ReactionPickerBubbleOverlay extends StatelessWidget {
5959
visible: visible,
6060
childSizeDelta: childSizeDelta,
6161
config: ReactionBubbleConfig(
62-
maskWidth: 0,
63-
borderWidth: 0,
6462
fillColor: colorTheme.barsBg,
63+
maskColor: Colors.transparent,
64+
borderColor: Colors.transparent,
6565
),
6666
anchor: ReactionBubbleAnchor(
6767
offset: anchorOffset,
-102 Bytes
Loading
-378 Bytes
Loading
-52 Bytes
Loading
-316 Bytes
Loading
-52 Bytes
Loading
-371 Bytes
Loading
-30 Bytes
Loading
-392 Bytes
Loading

0 commit comments

Comments
 (0)