Skip to content

Commit 7ea92b1

Browse files
committed
set-status: Remove shadow effect at the bottom of the page
Fixes: #1770
1 parent a721ace commit 7ea92b1

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
@@ -253,7 +253,7 @@ class _SetStatusPageState extends State<SetStatusPage> {
253253
]),
254254
),
255255
Expanded(child: InsetShadowBox(
256-
top: 6, bottom: 6,
256+
top: 6,
257257
color: designVariables.mainBackground,
258258
child: SingleChildScrollView(
259259
padding: EdgeInsets.symmetric(vertical: 6),

0 commit comments

Comments
 (0)