Skip to content

Commit

Permalink
feat(blazorui): add missing ClassStyles to Separator div of BitNav co…
Browse files Browse the repository at this point in the history
…mponent #7377 (#7378)
  • Loading branch information
Cyrus-Sushiant authored Apr 15, 2024
1 parent f2ce3a9 commit ee079e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
}
else
{
<div class="bit-nav-sep"></div>
<div style="@Nav.Styles?.Separator" class="bit-nav-sep @Nav.Classes?.Separator"></div>
}
}
else
Expand Down

0 comments on commit ee079e7

Please sign in to comment.