Skip to content

Commit

Permalink
style: fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
Iukys committed May 27, 2024
1 parent 0da189e commit 4c41081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Paragraph/Paragraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Paragraph = (props: Props) => {
return (
<p
className={clsx(
"text-sm md:text-lg m-0 whitespace-break-spaces",
"text-sm md:text-lg m-0 whitespace-break-spaces font-normal",
className
)}
{...rest}
Expand Down

0 comments on commit 4c41081

Please sign in to comment.