Skip to content

Commit 22cb7f5

Browse files
committed
fix(a11y): increase provenance link touch target size to meet 24px minimum
1 parent f6b48d6 commit 22cb7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ const fundingUrl = computed(() => {
283283
:to="packageRoute(packageName, resolvedVersion, '#provenance')"
284284
:aria-label="$t('package.provenance_section.view_more_details')"
285285
classicon="i-lucide:shield-check"
286-
class="py-1.25 px-2 me-2"
286+
class="py-1.5 px-2 me-2"
287287
/>
288288
</TooltipApp>
289289
</template>

0 commit comments

Comments
 (0)