File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
205205 >
206206 <NuxtLink
207207 :to =" `/package/${createPackageInfo.packageName}`"
208- class =" inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1 text-fg-muted hover:text-fg text-xs transition-colors focus-visible:outline focus-visible:outline-accent/70 rounded"
208+ class =" inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1 text-fg-muted hover:text-fg text-xs transition-colors focus-visible:outline-2 focus-visible:outline-accent/70 rounded"
209209 >
210210 <span class =" i-carbon:information w-3 h-3" aria-hidden =" true" />
211211 <span class =" sr-only" >{{
Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ defineOgImageComponent('Package', {
865865 <TooltipApp :text =" sizeTooltip" >
866866 <span
867867 tabindex =" 0"
868- class =" inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1 text-fg-subtle cursor-help focus-visible:outline focus-visible:outline-accent/70 rounded"
868+ class =" inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1 text-fg-subtle cursor-help focus-visible:outline-2 focus-visible:outline-accent/70 rounded"
869869 >
870870 <span class =" i-carbon:information w-3 h-3" aria-hidden =" true" />
871871 </span >
You can’t perform that action at this time.
0 commit comments