Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
0xor1 committed May 15, 2024
1 parent 5502956 commit c1c2c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common.Client/Auth/DeleteAuth.razor
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<RadzenText TextStyle="TextStyle.Body1" TagName="TagName.P" class="m-b-1 rz-color-danger">
@L.S(S.DeleteAccountWarning)
</RadzenText>
<div class="flx row jc-sb w-100 g-1">
<div class="flx row jc-sb w-100p g-1">
<RadzenButton class="grow-1" ButtonStyle="ButtonStyle.Secondary" Text="@L.S(S.No)" Click="No"/>
<RadzenButton class="grow-1" ButtonStyle="ButtonStyle.Primary" BusyText="@L.S(S.Deleting)" IsBusy="_doing" Disabled="_success" Text="@L.S(S.Yes)" Click="Yes"/>
</div>
Expand Down

0 comments on commit c1c2c36

Please sign in to comment.