From c4edfb8ebc6674e2d01512ef93419841612db0a9 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 9 Jun 2022 21:38:24 +0200 Subject: [PATCH] fix: Improve embed option visibility in dark mode --- shared/editor/embeds/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared/editor/embeds/index.tsx b/shared/editor/embeds/index.tsx index 00a488b88..329cc1216 100644 --- a/shared/editor/embeds/index.tsx +++ b/shared/editor/embeds/index.tsx @@ -71,6 +71,9 @@ function matcher(Component: React.ComponentType) { } const Img = styled(Image)` + border-radius: 2px; + background: #fff; + box-shadow: 0 0 0 1px #fff; margin: 4px; width: 18px; height: 18px;