change colors to fit home page

This commit is contained in:
2025-11-16 18:29:27 +01:00
parent 2dd4f52336
commit 3bd522df6e
2 changed files with 5 additions and 7 deletions

View File

@@ -69,8 +69,8 @@ class _GroupsViewState extends State<GroupsView> {
: (snapshot.data ?? []);
return Skeletonizer(
effect: PulseEffect(
from: Colors.grey[100]!,
to: Colors.grey[400]!,
from: Colors.grey[800]!,
to: Colors.grey[600]!,
duration: const Duration(milliseconds: 800),
),
enabled: isLoading,