Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit d4dca44

Browse files
committed
fix: override toolbox styles
1 parent 0913ba1 commit d4dca44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Chat/components/Markdownify.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ const FromMarkdown = styled(WithTwemoji)`
2424
border-radius: 4px;
2525
font-weight: bold;
2626
text-shadow: 1px 1px 2px #000000dd;
27+
background-color: transparent;
28+
font-size: 85%;
29+
line-height: 1;
2730
}
2831
img {
2932
max-width: 100%;

0 commit comments

Comments
 (0)