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

Commit 81703ad

Browse files
authored
chore: change destroy grid button color to red
1 parent 84ea0b7 commit 81703ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/examples/grid43.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <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-secondary" (click)="destroyGrid()">Destroy Grid</button>
48+
<button class="btn btn-outline-danger" (click)="destroyGrid()">Destroy Grid</button>
4949
</div>
5050
</div>
5151

0 commit comments

Comments
 (0)