Skip to content

Commit

Permalink
fix(assistant): paragraph font size inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantrobus committed Jan 28, 2025
1 parent 5da2ce1 commit eb848b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const AssistantParagraph: React.FC<React.PropsWithChildren> = ({ children
<Box
as="p"
color="inherit"
fontSize="fontSize30"
fontSize="inherit"
fontWeight="fontWeightNormal"
lineHeight="lineHeight30"
marginTop="space0"
Expand Down

0 comments on commit eb848b2

Please sign in to comment.