Skip to content

Commit

Permalink
fix(sidenav): remove onBackground attribute
Browse files Browse the repository at this point in the history
When merging the latest develop into this release branch the sidenav
component ended up with both the old onBackground and new isOnBackground
versions of the attribute in its storybook story. This removes the old
version so it is correct.
  • Loading branch information
brentswisher committed Jan 19, 2024
1 parent 13460c1 commit 37c4c71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const Base = {
variant="subtle"
isOnBackground
a11yLabel="search"
onBackground
></PharosButton>
</PharosInputGroup>
<PharosSidenavSection showDivider>
Expand Down

0 comments on commit 37c4c71

Please sign in to comment.