fix: click cursor on hover & cleanup

This commit is contained in:
DenserMeerkat
2024-06-13 01:07:53 +05:30
parent 8228b28a24
commit 04f763eca5
2 changed files with 62 additions and 71 deletions

View File

@@ -106,6 +106,7 @@ class CollectionPane extends ConsumerWidget {
const Expanded(
child: RequestList(),
),
kVSpacer5
],
),
);