From f80b4217521f714c3941baf65cb2849f08f369dd Mon Sep 17 00:00:00 2001 From: borcherd Date: Thu, 11 Jul 2024 09:53:41 +0200 Subject: [PATCH] feat: update bg color --- src/components/Global/ImageGeneration/LinkPreview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Global/ImageGeneration/LinkPreview.tsx b/src/components/Global/ImageGeneration/LinkPreview.tsx index 8a15df4b..bf3910cb 100644 --- a/src/components/Global/ImageGeneration/LinkPreview.tsx +++ b/src/components/Global/ImageGeneration/LinkPreview.tsx @@ -34,7 +34,7 @@ export function LinkPreviewImg({ alignItems: 'center', justifyContent: 'center', overflow: 'hidden', - background: 'transparent', + background: 'white', padding: '16px', border: '4px solid black', }}