Skip to content

Commit 0d10202

Browse files
committed
chore(demo): change button color to make it more obvious
1 parent 37caeba commit 0d10202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vite-demo-vanilla-bundle/src/examples/example19.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h5 class="title is-5 mb-3">
1414
Grid - using <code>enableExcelCopyBuffer</code> which uses <code>SlickCellSelectionModel</code>
1515
</h5>
1616
<h6 class="title is-6">
17-
<button class="button is-small" onclick.delegate="togglePagination()"
17+
<button class="button is-small is-primary" onclick.delegate="togglePagination()"
1818
data-text="toggle-pagination-btn">
1919
<span class="icon mdi mdi-swap-vertical"></span>
2020
<span>Toggle Pagination</span>

0 commit comments

Comments
 (0)