Skip to content

Commit d9a18ec

Browse files
Improve contrast ratio for text color on image captions (#2584)
1 parent eab7931 commit d9a18ec

File tree

1 file changed

+1
-1
lines changed
  • packages/gitbook/src/components/DocumentView

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/DocumentView/Caption.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function Caption(
7171
'text-center',
7272
'mt-2',
7373
'text-dark/7',
74-
'dark:text-light/6',
74+
'dark:text-light/7',
7575
)}
7676
>
7777
<Inlines

0 commit comments

Comments
 (0)