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( return Container(
decoration: BoxDecoration( foregroundDecoration: BoxDecoration(
border: Border.all( border: Border.all(
color: borderColor, color: borderColor,
width: borderWidth, width: borderWidth,