Skip to content

Commit

Permalink
Merge pull request #79 from kotaesaki/gurichan/fix_fontsize
Browse files Browse the repository at this point in the history
chore: update heading font size to medium in Text module
  • Loading branch information
takanorip authored May 9, 2024
2 parents a9d061b + 11f3a15 commit 585b6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Text/Text.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

.heading.md {
--font-size: var(--text-heading-sm-size);
--font-size: var(--text-heading-md-size);
}

.heading.lg {
Expand Down

0 comments on commit 585b6e2

Please sign in to comment.