Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 7192e5a

Browse files
authored
chore: put less emphasize on destroy button
1 parent 7b18499 commit 7192e5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/examples/grid43.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ <h2>
4545
<button id="uploadBtn" data-test="static-data-btn" class="btn btn-outline-secondary" (click)="handleDefaultCsv()">
4646
Use default CSV data
4747
</button>
48-
<button class="btn btn-outline-danger" (click)="destroyGrid()">Destroy Grid</button>
48+
&nbsp;/
49+
<button class="btn btn-outline-danger btn-sm ms-2" (click)="destroyGrid()">Destroy Grid</button>
4950
</div>
5051
</div>
5152

0 commit comments

Comments
 (0)