From db7901ac872a9d3c93c679a6f0b949a007c6bab5 Mon Sep 17 00:00:00 2001 From: fang Date: Sun, 24 Oct 2021 23:02:57 +0200 Subject: [PATCH] grid: match docket image to tile image As in #5322 305cd0b, but for the app icon that shows in leap. --- pkg/grid/src/components/DocketImage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/grid/src/components/DocketImage.tsx b/pkg/grid/src/components/DocketImage.tsx index 448f2afefb..b38b5543ed 100644 --- a/pkg/grid/src/components/DocketImage.tsx +++ b/pkg/grid/src/components/DocketImage.tsx @@ -25,7 +25,7 @@ export function DocketImage({ color, image, className = '', size = 'full' }: Doc style={{ backgroundColor: tileColor }} > {image && ( - + )} );