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 70f9d59 commit c8e7774Copy full SHA for c8e7774
app/components/Package/DownloadButton.vue
@@ -201,10 +201,7 @@ defineOptions({
201
{{ $t('package.download.button') }}
202
<span
203
class="i-lucide:chevron-down ms-1 transition-transform duration-200 motion-reduce:transition-none"
204
- :class="[
205
- size === 'small' ? 'w-3 h-3' : 'w-3.5 h-3.5',
206
- { 'rotate-180': isOpen },
207
- ]"
+ :class="[size === 'small' ? 'w-3 h-3' : 'w-3.5 h-3.5', { 'rotate-180': isOpen }]"
208
aria-hidden="true"
209
/>
210
</ButtonBase>
0 commit comments