Skip to content

Commit

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

<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 35a3589

Please sign in to comment.