Skip to content

Commit

Permalink
Update max for AppBarItem count to 99
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Apr 17, 2024
1 parent bd162f7 commit f445de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Components/AppBar/FluentAppBarItem.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div id=@Id @attributes="AdditionalAttributes" class="@ClassValue" style="@Style" title="@(Tooltip ?? Text)">
<FluentCounterBadge Count="@Count"
Max="9"
Max="99"
ShowOverflow="true"
Appearance="Appearance.Accent"
BackgroundColor="@Color.Error"
Expand Down

0 comments on commit f445de0

Please sign in to comment.