Skip to content

Commit f114d42

Browse files
committed
fix: using correct color
1 parent ed27a03 commit f114d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/diff/_diff.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export default {
182182
&::before {
183183
content: '';
184184
width: calc(var(--max-line-number-characher) + 4px);
185-
@apply bg-gray-100 left-0 top-0 bottom-0 absolute;
185+
@apply bg-gray-200 left-0 top-0 bottom-0 absolute;
186186
}
187187
p {
188188
padding-left: calc(var(--max-line-number-characher) - 4px);

0 commit comments

Comments
 (0)