File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 114114
115115 --badge-blue : oklch (0.579 0.191 252 );
116116 --badge-yellow : oklch (0.588 0.183 91 );
117- --badge-green : oklch (0.566 0.202 165 );
117+ --badge-green : oklch (0.49 0.15 161.08 );
118118 --badge-indigo : oklch (0.457 0.24 277.023 );
119119 --badge-purple : oklch (0.495 0.172 295 );
120120 --badge-orange : oklch (0.67 0.185 55 );
Original file line number Diff line number Diff line change @@ -476,10 +476,10 @@ watch(
476476 @click =" isOpen = !isOpen"
477477 @keydown =" handleButtonKeydown"
478478 >
479- <span dir =" ltr" >{{ currentVersion }}</span >
479+ <span dir =" ltr" class = " me-1.5 " >{{ currentVersion }}</span >
480480 <span
481481 v-if =" currentVersion === latestVersion"
482- class =" text-xs px-1.5 py-0.5 rounded badge-green font-sans font-medium mx -1.5"
482+ class =" text-xs px-1.5 py-0.5 rounded badge-green font-sans font-medium me -1.5"
483483 >
484484 latest
485485 </span >
You can’t perform that action at this time.
0 commit comments