Skip to content

Commit

Permalink
fix(VerticalNavigation): disabled element styles
Browse files Browse the repository at this point in the history
  • Loading branch information
zettca committed May 23, 2023
1 parent 89cf987 commit 541e843
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exports[`<Navigation /> > should render correctly 1`] = `
tabindex="0"
>
<p
class="HvTypography-root HvTypography-normalText css-1fbl1cl-getStyledComponent e1tnpalo0"
class="HvTypography-root HvTypography-body css-1fbl1cl-getStyledComponent e1tnpalo0"
>
April
</p>
Expand Down Expand Up @@ -90,7 +90,7 @@ exports[`<Navigation /> > should render correctly 1`] = `
tabindex="-1"
>
<p
class="HvTypography-root HvTypography-normalText css-1fbl1cl-getStyledComponent e1tnpalo0"
class="HvTypography-root HvTypography-body css-1fbl1cl-getStyledComponent e1tnpalo0"
>
2020
</p>
Expand Down

0 comments on commit 541e843

Please sign in to comment.