File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ defineProps<{
1313 <tr class =" h-10 font-mono bg-bg-muted text-fg-muted" >
1414 <td />
1515 <td class =" opacity-50 select-none text-center" >
16- <span class =" i-lucide- chevrons-up-down w-4 h-4" />
16+ <span class =" i-lucide: chevrons-up-down w-4 h-4" />
1717 </td >
1818 <td >
1919 <span class =" px-0 sticky inset-is-2 italic opacity-50" >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ provide('diffContext', {
1717
1818<template >
1919 <table
20- class =" diff-table font-mono text-sm w-full m-0 border-separate border-0 outline-none overflow-x-auto border-spacing-0"
20+ class =" diff-table shiki font-mono text-sm w-full m-0 border-separate border-0 outline-none overflow-x-auto border-spacing-0"
2121 >
2222 <tbody class =" w-full box-border" >
2323 <template v-for =" (hunk , index ) in hunks " :key =" index " >
You can’t perform that action at this time.
0 commit comments