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 a05c470 commit 0f9d174Copy full SHA for 0f9d174
app/components/Modal.client.vue
@@ -55,12 +55,10 @@ defineExpose({
55
</h2>
56
<ButtonBase
57
type="button"
58
- class="text-fg-subtle w-8 h-8 p-1.5 -m-1.5 hover:text-fg transition-colors duration-200 focus-visible:outline-accent/70 rounded"
59
:aria-label="$t('common.close')"
60
@click="handleModalClose"
61
- >
62
- <span class="i-carbon-close w-5 h-5" aria-hidden="true" />
63
- </ButtonBase>
+ classicon="i-carbon-close"
+ />
64
</div>
65
<!-- Modal body content -->
66
<slot />
0 commit comments