collection: fixed thumbnail border glitches on overlay
This commit is contained in:
parent
b89e5d6c3f
commit
f9d6f3e036
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class DecoratedThumbnail extends StatelessWidget {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return Container(
|
return Container(
|
||||||
decoration: BoxDecoration(
|
foregroundDecoration: BoxDecoration(
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
color: borderColor,
|
color: borderColor,
|
||||||
width: borderWidth,
|
width: borderWidth,
|
||||||
|
|
Loading…
Reference in a new issue