Skip to content

Commit

Permalink
style: revert mini button
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxiaolang committed Jul 3, 2024
1 parent 35a3589 commit 83eb569
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/editable/editable.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<ng-container [ngTemplateOutlet]="viewer"> </ng-container>
<button
aui-button="text"
size="mini"
[square]="true"
(click)="$$mode.set(EditableMode.Edit)"
>
Expand All @@ -19,15 +18,13 @@

<button
aui-button="text"
size="mini"
[square]="true"
(click)="saveEdit()"
>
<aui-icon icon="check"></aui-icon>
</button>
<button
aui-button="text"
size="mini"
[square]="true"
(click)="cancelEdit()"
>
Expand Down

0 comments on commit 83eb569

Please sign in to comment.