Skip to content

Commit a14315e

Browse files
committed
emoji: Remove bottom shadow on the emoji picker scrollable
We don't have other scrollables that are vertical, touching the bottom viewport edge, and have shadow there. This was brought up by Chris: > The shadow effect makes the viewport edge more graceful when there's not already a clear boundary that coincides with it, but the screen edge is such a boundary. Similarly the top edge of the keyboard when that's open. (Clear definition of the top edge of the keyboard is the platform's job, not ours.) CZO discussion: https://chat.zulip.org/#narrow/channel/530-mobile-design Signed-off-by: Zixuan James Li <[email protected]>
1 parent 42b4a93 commit a14315e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/widgets/emoji_reaction.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ class _EmojiPickerState extends State<EmojiPicker> with PerAccountStoreAwareStat
530530
style: const TextStyle(fontSize: 20, height: 30 / 20))),
531531
])),
532532
Expanded(child: InsetShadowBox(
533-
top: 8, bottom: 8,
533+
top: 8,
534534
color: designVariables.bgContextMenu,
535535
child: CustomScrollView(
536536
slivers: [

0 commit comments

Comments
 (0)