Skip to content

Commit 3b02cab

Browse files
committedJul 22, 2024·
website: update zebra-stripes example. #676
1 parent ac9cfd4 commit 3b02cab

File tree

1 file changed

+6
-1
lines changed
  • www/src/pages/extensions/zebra-stripes

1 file changed

+6
-1
lines changed
 

Diff for: ‎www/src/pages/extensions/zebra-stripes/index.tsx

+6-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ export const ZebraStripesExample: FC<PropsWithChildren> = () => {
4545
style={{ margin: '0 0 23px 0' }}
4646
extensions={[
4747
langs.markdown(),
48-
zebraStripes({ lineNumber: [1, [3, 6], 10], lightColor: '#aca2ff33', darkColor: '#aca2ff40' }),
48+
zebraStripes({
49+
lineNumber: [1, [3, 6], 10],
50+
lightColor: '#aca2ff33',
51+
darkColor: '#aca2ff40',
52+
className: 'xxx-text-wrapper',
53+
}),
4954
]}
5055
/>
5156
</PageWarpper>

0 commit comments

Comments
 (0)
Please sign in to comment.