Skip to content

Commit

Permalink
Fix incorrect rem value (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-barrett authored Aug 15, 2023
1 parent 15f4f6d commit 739c9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# HEAD

* **css:** Fix incorrect value for `text-body-lg` in firefox theme.
# 18.0.0

## Features
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/protocol/includes/themes/_firefox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
--title-3xs-size: 1rem;
--title-3xs-line-height: 1.25;
--body-xl-size: 1.313rem;
--body-lg-size: 1.1rem;
--body-lg-size: 1.125rem;
--body-md-size: 1rem;
--body-sm-size: 0.875rem;
--body-xs-size: 0.75rem;
Expand Down

0 comments on commit 739c9ec

Please sign in to comment.