File tree Expand file tree Collapse file tree
.vitepress/theme/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ onMounted(async () => {
4646 <tr v-for =" release in releases" :key =" release.version" class =" border-b border-accents-2 hover:bg-accents-1 transition-colors" >
4747 <td class =" py-3 px-4" >
4848 <span class =" font-mono font-bold" >{{ release.version }}</span >
49- <span v-if =" release.latest" class =" ml-2 text-xs text-white px-2 py-0.5 rounded-full" style =" background-color : var (--vp-c-brand-1 );" >Latest</span >
49+ <span v-if =" release.latest" class =" ml-2 text-xs px-2 py-0.5 rounded-full" style =" background-color : var ( --vp-c-brand-soft ); color : var (--vp-c-brand-1 );" >Latest</span >
5050 <span v-if =" release.prerelease" class =" ml-2 text-xs bg-amber-500/10 text-amber-500 px-2 py-0.5 rounded-full" >Pre-release</span >
5151 </td >
5252 <td class =" py-3 px-4 text-sm text-accents-5" >{{ release.date }}</td >
You can’t perform that action at this time.
0 commit comments