We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd8957 commit ad43cd9Copy full SHA for ad43cd9
src/BlazorApp/Aguacongas.TheIdServer.BlazorApp.Components/Form/AuthorizeDropDownButton.razor
@@ -2,7 +2,7 @@
2
<AuthorizeView Policy="@SharedConstants.WRITERPOLICY">
3
<Authorized>
4
<div id="@Id" class="btn-group">
5
- <button class="btn dropdown-toggle @CssSubClass" type="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+ <button class="btn dropdown-toggle text-body @CssSubClass" type="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
6
@Value
7
</button>
8
<div class="dropdown-menu">
0 commit comments