Skip to content

Commit 6a4eabb

Browse files
author
deeleeramone
committed
fix component preview unicode char
1 parent c049459 commit 6a4eabb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pywry/docs/docs/components/button.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Buttons support typical styles via the `variant` parameter:
2929
<button class="pywry-btn pywry-toolbar-button pywry-btn-danger" data-event="demo:danger">Danger</button>
3030
<button class="pywry-btn pywry-toolbar-button pywry-btn-warning" data-event="demo:warning">Warning</button>
3131
<button class="pywry-btn pywry-toolbar-button pywry-btn-icon"
32-
style="font-size: 32px;"
33-
data-event="demo:icon">⚙\ufe0e</button>
32+
style="font-size: 28px;"
33+
data-event="demo:icon">⚙&#xFE0E;</button>
3434
</div>
3535

3636
## Sizes

0 commit comments

Comments
 (0)