We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3326702 commit 06079a9Copy full SHA for 06079a9
lib/widgets/set_status.dart
@@ -250,10 +250,10 @@ class _SetStatusPageState extends State<SetStatusPage> {
250
]),
251
),
252
Expanded(child: InsetShadowBox(
253
- top: 6, bottom: 6,
+ top: 6,
254
color: designVariables.mainBackground,
255
child: SingleChildScrollView(
256
- padding: EdgeInsets.symmetric(vertical: 6),
+ padding: EdgeInsets.only(top: 6),
257
child: Column(children: [
258
for (final status in suggestions)
259
StatusSuggestionsListEntry(
0 commit comments