Skip to content

Commit

Permalink
MudAvatar: fixes background color for outlined variants (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonBunator authored and Garderoben committed Jun 24, 2021
1 parent 8498976 commit a87968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MudBlazor/Styles/components/_avatar.scss
Expand Up @@ -58,7 +58,7 @@

.mud-avatar-outlined {
color: var(--mud-palette-text-primary);
background-color: var(--mud-palette-white);
background-color: unset;
border: 1px solid var(--mud-palette-text-primary);

@each $color in $mud-palette-colors {
Expand Down

0 comments on commit a87968f

Please sign in to comment.