Skip to content

Commit 52d4f16

Browse files
committed
set-status: Remove shadow effect at the bottom of the page
Fixes: #1770
1 parent f402ab2 commit 52d4f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/set_status.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ 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(
256256
padding: EdgeInsets.symmetric(vertical: 6),

0 commit comments

Comments
 (0)