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

Commit

Permalink
fix show comment button text size
Browse files Browse the repository at this point in the history
  • Loading branch information
liywjl committed Feb 26, 2021
1 parent e65495a commit cd9055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommentReplyPreview/CommentReplyPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const CommentReplyPreview = ({
buttonLinkPillarBaseStyles(pillar),
css`
button {
${textSans.xsmall({ fontWeight: 'bold' })}
${textSans.small({ fontWeight: 'bold' })}
}
`,
)}
Expand Down

0 comments on commit cd9055d

Please sign in to comment.