Skip to content

Commit b208bd8

Browse files
committed
fix: small tweak
1 parent 0ca89dc commit b208bd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/diff/SkipBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

app/components/diff/Table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)