We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c5b4e commit d9e026dCopy full SHA for d9e026d
core/src/components/toast/test/shape/index.html
@@ -27,11 +27,7 @@
27
28
<ion-content class="ion-padding" id="content">
29
(Only available for ionic theme)
30
- <button
31
- class="expand"
32
- id="default-toast"
33
- onclick="openToast({ message: 'Hello, world!', duration: 2000 })"
34
- >
+ <button class="expand" id="default-toast" onclick="openToast({ message: 'Hello, world!', duration: 2000 })">
35
Default Toast
36
</button>
37
0 commit comments