We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2579635 commit 3635fe4Copy full SHA for 3635fe4
blazorbootstrap/Components/ThemeSwitcher/ThemeSwitcher.razor
@@ -4,7 +4,6 @@
4
<div @ref="@Element" id="@Id" class="@ClassNames" style="@StyleNames" role="alert" @attributes="@AdditionalAttributes">
5
<button class="btn btn-link nav-link py-2 px-0 px-lg-2 dropdown-toggle d-flex align-items-center" id="bb-theme" type="button" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static" aria-label="Toggle theme (light)">
6
<span class="blazorbootstrap-theme-indicator"><i class="bi bi-sun-fill"></i></span>
7
- <small class="d-lg-none ms-2" id="bb-theme-text">Toggle theme</small>
8
</button>
9
<ul class="@DropdownMenuClassNames" aria-labelledby="bb-theme-text">
10
<li class="blazorbootstrap-theme-item px-1">
0 commit comments