Skip to content

Commit

Permalink
Change Font color for visibility (#4094) (#4342)
Browse files Browse the repository at this point in the history
* fix color

---------

Co-authored-by: Theophile Sandoz <theophile.sandoz@gmail.com>
  • Loading branch information
chrlschwb and thesan authored Apr 24, 2023
1 parent 2e24146 commit f5c124c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const normalFontSize = ({ size }: MarkdownPreviewStylesProps) => {
}
}

const normalColor = ({ isReply }: MarkdownPreviewStylesProps) => Colors.Black[isReply ? 600 : 500]
const normalColor = ({ isReply }: MarkdownPreviewStylesProps) => Colors.Black[isReply ? 800 : 700]

export const MarkdownPreviewStyles = createGlobalStyle<MarkdownPreviewStylesProps>`
.markdown-preview {
Expand Down

2 comments on commit f5c124c

@vercel
Copy link

@vercel vercel bot commented on f5c124c Apr 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f5c124c Apr 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pioneer-2 – ./

pioneer-2-git-dev-joystream.vercel.app
pioneer-2.vercel.app
pioneer-2-joystream.vercel.app

Please sign in to comment.