Skip to content

Commit

Permalink
fix: 🤔changed paragraph default size to text-base (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahid1919 authored Sep 21, 2023
1 parent 415b62b commit 40e6605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/styles/paragraph/paragraph.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.sd-paragraph {
@apply text-lg font-normal leading-normal text-black;
@apply text-base font-normal leading-normal text-black;

&--size-sm {
@apply text-sm font-normal leading-normal text-black;
Expand Down

0 comments on commit 40e6605

Please sign in to comment.