Skip to content

Commit 1cdc45f

Browse files
author
Ruben Carvalho
committed
chore: Fix code color and lines Box variant
1 parent 4cd5711 commit 1cdc45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/code-view/internal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ export function InternalCodeView({
7676
<tr key={index}>
7777
{lineNumbers && (
7878
<td className={clsx(styles["line-number"], styles.unselectable)} aria-hidden={true}>
79-
<Box color="text-status-inactive" fontSize="body-m">
79+
<Box variant="code" color="text-status-inactive" fontSize="body-m">
8080
{index + 1}
8181
</Box>
8282
</td>
8383
)}
8484
<td className={styles["code-line"]}>
85-
<Box color="text-status-inactive" variant="code" fontSize="body-m">
85+
<Box variant="code" fontSize="body-m">
8686
<span
8787
className={clsx(
8888
code.props.className,

0 commit comments

Comments
 (0)