File tree Expand file tree Collapse file tree
app/pages/package/[[org]] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1031,16 +1031,17 @@ const showSkeleton = shallowRef(false)
10311031 <!-- Deprecation (when connected as package owner; hidden when current version is already deprecated) -->
10321032 <div
10331033 v-if =" isConnected && resolvedVersion && isPackageOwner && !isCurrentVersionDeprecated"
1034- class =" space-y-1 "
1034+ class =" pl-7 "
10351035 >
1036- <button
1036+ <ButtonBase
10371037 type =" button"
1038- class =" flex items-center justify-center gap-1.5 w-full px-3 py-1.5 bg-bg-subtle rounded text-sm font-mono text-red-400 hover:text-red-500 transition-colors"
1038+ variant =" secondary"
1039+ class =" w-full text-red"
10391040 @click =" deprecateModal?.open()"
1041+ classicon =" i-lucide:triangle-alert text-red"
10401042 >
1041- <span class =" i-carbon-warning-alt w-4 h-4 shrink-0" aria-hidden =" true" />
10421043 {{ $t('package.deprecation.action') }}
1043- </button >
1044+ </ButtonBase >
10441045 </div >
10451046 </div >
10461047 </PackageSidebar >
You can’t perform that action at this time.
0 commit comments