fix: Improve embed option visibility in dark mode

This commit is contained in:
Tom Moor
2022-06-09 21:38:24 +02:00
parent 8421e1f773
commit c4edfb8ebc

View File

@@ -71,6 +71,9 @@ function matcher(Component: React.ComponentType<EmbedProps>) {
}
const Img = styled(Image)`
border-radius: 2px;
background: #fff;
box-shadow: 0 0 0 1px #fff;
margin: 4px;
width: 18px;
height: 18px;