Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
<div style="color: #bf0711;">
<button type="button" data-controller="paper-button" class="Polaris-Button Polaris-Button--monochrome Polaris-Button--outline">
<span class="Polaris-Button__Content">
<div class="Polaris-Button__Text">
Retry
</div>
</span>
</button>
</div>
1
2
3
<div style="color: #bf0711;">
<%= paper_button(monochrome: true, outline: true) { "Retry" } %>
</div>