bug fix
This commit is contained in:
parent
aa01c941a7
commit
76ee41c3f8
|
|
@ -40,6 +40,7 @@ class SkeletonImage extends StatelessWidget {
|
|||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).colorScheme.disabledBackground,
|
||||
borderRadius: borderRadius,
|
||||
),
|
||||
height: height,
|
||||
width: width,
|
||||
|
|
|
|||
Loading…
Reference in New Issue