Skip to content

Commit

Permalink
Gerid - enum filter dropdown issues fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Jun 17, 2024
1 parent 6d97596 commit e6e7443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blazorbootstrap/Components/Grid/GridColumnFilter.razor
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
}
else if (PropertyTypeName == StringConstants.PropertyTypeNameEnum)
{
<Dropdown>
<DropdownToggleButton Class="px-1" Style="@filterStyle" Color="ButtonColor.Light">
<Dropdown Color="DropdownColor.Light">
<DropdownToggleButton Class="px-1" Style="@filterStyle">
@if (string.IsNullOrWhiteSpace(filterValue))
{
<span class="px-2">Select</span>
Expand Down

0 comments on commit e6e7443

Please sign in to comment.