Merge pull request #1078 from appwrite/update-style-alert-x-button

Update style x button size of Alert partial (reviewed with Chen)
This commit is contained in:
Steven Nguyen
2024-05-07 15:03:02 -07:00
committed by GitHub
-1
View File
@@ -27,7 +27,6 @@
<button
type="button"
class="button is-text is-only-icon"
style="--button-size:1.5rem;"
aria-label="close alert box"
on:click={() => dispatch('dismiss')}>
<span class="icon-x" aria-hidden="true" />