Skip to content

Commit

Permalink
Remove outline on avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
hocinehacherouf committed Jun 16, 2022
1 parent 3ae6fa2 commit a9d7436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureIoTHub.Portal/Client/Shared/Appbar.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Authorized>
<MudMenu AnchorOrigin="Origin.BottomRight" TransformOrigin="Origin.TopRight">
<ActivatorContent>
<MudAvatar Variant="Variant.Outlined">
<MudAvatar>
<MudIcon Icon="@Icons.Material.Filled.AccountCircle" Style="color: white;" Size="Size.Medium" />
</MudAvatar>
<MudIconButton Icon="@Icons.Filled.KeyboardArrowDown" Style="color: white !important;" Size="Size.Small" />
Expand Down

0 comments on commit a9d7436

Please sign in to comment.