From 938f0475a15728eafa97dadbed0d9f9cbf4b552d Mon Sep 17 00:00:00 2001 From: Amon Nyesigye Date: Mon, 16 Sep 2024 07:14:52 +0300 Subject: [PATCH] Update widgets.dart colorScheme.background --- lib/src/widgets.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets.dart b/lib/src/widgets.dart index a3f58fe..dc54e60 100644 --- a/lib/src/widgets.dart +++ b/lib/src/widgets.dart @@ -97,7 +97,7 @@ class SkeletonLine extends StatelessWidget { : style.width, height: style.height, decoration: BoxDecoration( - color: Theme.of(context).backgroundColor, + color: Theme.of(context).colorScheme.background, borderRadius: style.borderRadius, ), );