Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix: markdown background color is not transparent (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Nov 8, 2021
1 parent 5921e46 commit f16706a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/atoms/Markdown/index.tsx
Expand Up @@ -45,6 +45,7 @@ const Markdown: React.FC<Props> = ({
};

const Wrapper = styled.div<{ styles?: Typography; dark: boolean }>`
background-color: transparent;
color: inherit;
font-family: inherit;
font-size: inherit;
Expand Down

0 comments on commit f16706a

Please sign in to comment.