Fixed #6892 - ScrollTop: icon pt implementation defect

pull/6893/head
tugcekucukoglu 2024-11-29 17:50:46 +03:00
parent 4a3bf00243
commit 388ebe75d6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<Button v-if="visible" :ref="containerRef" :class="cx('root')" @click="onClick" :aria-label="scrollTopAriaLabel" :unstyled="unstyled" v-bind="buttonProps" :pt="pt">
<template #icon="slotProps">
<slot name="icon" :class="cx('icon')">
<component :is="icon ? 'span' : 'ChevronUpIcon'" :class="[cx('icon'), icon, slotProps.class]" v-bind="ptmi('root')['icon']" />
<component :is="icon ? 'span' : 'ChevronUpIcon'" :class="[cx('icon'), icon, slotProps.class]" v-bind="ptm('icon')" />
</slot>
</template>
</Button>