Skip to content

Commit

Permalink
fix(navigation-secondary): correct line height logo text (#1823)
Browse files Browse the repository at this point in the history
* fix(navigation-secondary): correct logo text line height

* chore(navigation-secondary): add changeset

---------

Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]>
  • Loading branch information
zeroedin and bennypowers authored Sep 6, 2024
1 parent cb5e01a commit b558e00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wild-foxes-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rhds/elements": patch
---

`<rh-navigation-secondary>`: corrected logo slot text line-height
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ rh-navigation-secondary > [slot="nav"] {

rh-navigation-secondary > [slot="logo"],
rh-navigation-secondary > [slot="nav"] {
line-height: var(--rh-line-height-body-text, 1.5);
line-height: var(--rh-line-height-heading, 1.3);
}

rh-navigation-secondary > [slot="cta"] {
Expand Down

0 comments on commit b558e00

Please sign in to comment.