Skip to content

Commit

Permalink
feat: change default padding
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Sep 5, 2024
1 parent 728cfa9 commit 9d4621d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<slot v-bind="{ resultsLength, totalResults }">
<!-- @slot Rendered count with a text and the number of results displayed & remaining. -->
<slot name="textContent" :resultsLength="resultsLength" :totalResults="totalResults">
<p class="x-text x-py-16" data-test="text-content">
<p class="x-text x-py-8" data-test="text-content">
You are seeing {{ resultsLength }} of {{ totalResults }} results
</p>
</slot>
Expand Down

0 comments on commit 9d4621d

Please sign in to comment.