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 063cbcf commit 933ebaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap5-i18n-demo/src/examples/slickgrid/Example43.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default function Example43() {
<button id="uploadBtn" data-test="static-data-btn" className="btn btn-outline-secondary" onClick={() => handleDefaultCsv()}>
Use default CSV data
</button>
<button className="btn btn-outline-secondary ms-1" onClick={() => destroyGrid()}>Destroy Grid</button>
<button className="btn btn-outline-danger ms-1" onClick={() => destroyGrid()}>Destroy Grid</button>
</div>
</div>

Expand Down

0 comments on commit 933ebaa

Please sign in to comment.