Skip to content

Commit 06079a9

Browse files
committed
set-status: Remove shadow effect from the bottom of the page
Fixes: #1770
1 parent 3326702 commit 06079a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/widgets/set_status.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,10 @@ class _SetStatusPageState extends State<SetStatusPage> {
250250
]),
251251
),
252252
Expanded(child: InsetShadowBox(
253-
top: 6, bottom: 6,
253+
top: 6,
254254
color: designVariables.mainBackground,
255255
child: SingleChildScrollView(
256-
padding: EdgeInsets.symmetric(vertical: 6),
256+
padding: EdgeInsets.only(top: 6),
257257
child: Column(children: [
258258
for (final status in suggestions)
259259
StatusSuggestionsListEntry(

0 commit comments

Comments
 (0)