Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 8e38a39

Browse files
feat: menu icon size
1 parent fb1efba commit 8e38a39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* upgrade to Ionic v5
77
* update meta tags
88
* add share to Hacker News
9+
* menu icon size
910

1011
### Fix
1112

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ <h2 slot="title">Get started now 🔥</h2>
243243

244244
<!-- END: Your slides -->
245245

246-
<button slot="actions" style="color: inherit; outline: none; background: transparent; border-color: transparent;"><ion-icon ios="ellipsis-horizontal" md="ellipsis-vertical"></ion-icon></button>
246+
<button slot="actions" style="color: inherit; outline: none; background: transparent; border-color: transparent; font-size: 1.6rem;"><ion-icon ios="ellipsis-horizontal" md="ellipsis-vertical"></ion-icon></button>
247247

248248
</deckgo-deck>
249249

0 commit comments

Comments
 (0)