diff --git a/lib/widgets/skeletun_image.dart b/lib/widgets/skeletun_image.dart index 6699973..c5dd3eb 100644 --- a/lib/widgets/skeletun_image.dart +++ b/lib/widgets/skeletun_image.dart @@ -40,6 +40,7 @@ class SkeletonImage extends StatelessWidget { child: Container( decoration: BoxDecoration( color: Theme.of(context).colorScheme.disabledBackground, + borderRadius: borderRadius, ), height: height, width: width,