Skip to content

Commit

Permalink
Update EmailSettingGroupViewComponent.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Jan 25, 2024
1 parent 4384eb6 commit 46afb5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<SubmitButton Clicked="@UpdateSettingsAsync"/>
@if (HasSendTestEmailPermission)
{
<Button style="margin: 0.25rem" Color="Color.Primary" Clicked="OpenSendTestEmailModalAsync">@L["SendTestEmail"]</Button>
<Button style="margin: 0.25rem" Color="Color.Primary" Outline Clicked="OpenSendTestEmailModalAsync">@L["SendTestEmail"]</Button>
}
</Column>

Expand Down

0 comments on commit 46afb5e

Please sign in to comment.