Skip to content

Commit

Permalink
chore: change destroy grid button color to red
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jan 3, 2025
1 parent 84ea0b7 commit 81703ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/examples/grid43.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2>
<button id="uploadBtn" data-test="static-data-btn" class="btn btn-outline-secondary" (click)="handleDefaultCsv()">
Use default CSV data
</button>
<button class="btn btn-outline-secondary" (click)="destroyGrid()">Destroy Grid</button>
<button class="btn btn-outline-danger" (click)="destroyGrid()">Destroy Grid</button>
</div>
</div>

Expand Down

0 comments on commit 81703ad

Please sign in to comment.