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;