Skip to content

Commit ad43cd9

Browse files
author
github-actions
committed
fix: dark theme dropdown
1 parent ddd8957 commit ad43cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlazorApp/Aguacongas.TheIdServer.BlazorApp.Components/Form/AuthorizeDropDownButton.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<AuthorizeView Policy="@SharedConstants.WRITERPOLICY">
33
<Authorized>
44
<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">
5+
<button class="btn dropdown-toggle text-body @CssSubClass" type="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
66
@Value
77
</button>
88
<div class="dropdown-menu">

0 commit comments

Comments
 (0)