collection: fixed thumbnail border glitches on overlay

This commit is contained in:
Thibault Deckers 2020-11-12 12:05:58 +09:00
parent b89e5d6c3f
commit f9d6f3e036

View file

@ -64,7 +64,7 @@ class DecoratedThumbnail extends StatelessWidget {
);
}
return Container(
decoration: BoxDecoration(
foregroundDecoration: BoxDecoration(
border: Border.all(
color: borderColor,
width: borderWidth,