File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/gitbook/src/components/DocumentView Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ export function StepperStep(props: BlockProps<DocumentBlockStepperStep>) {
3636 < div className = "relative select-none" >
3737 < div
3838 className = { tcls (
39- 'can-override-bg can-override-text flex size-[calc(1.75rem+1px)] items-center justify-center rounded-full bg-primary-original theme-muted:bg-primary-subtle tabular-nums contrast-more:bg-primary-solid ' ,
40- 'font-medium text-contrast-primary-original theme-muted:text-primary contrast-more:text-contrast-primary-solid '
39+ 'can-override-bg can-override-text flex size-[calc(1.75rem+1px)] items-center justify-center rounded-full bg-primary-solid theme-muted:bg-tint-base tabular-nums contrast-more:bg-primary-11 ' ,
40+ 'font-medium text-contrast-primary-solid theme-muted:text-tint contrast-more:text-contrast-primary-11 '
4141 ) }
4242 >
4343 { index + 1 }
4444 </ div >
45- < div className = "can-override-bg absolute top-9 bottom-2 left-3.5 w-px bg-primary-7 theme-muted:bg-primary-subtle " />
45+ < div className = "can-override-bg absolute top-9 bottom-2 left-3.5 w-px bg-primary-7 theme-muted:bg-tint-6 " />
4646 </ div >
4747 < Blocks
4848 { ...contextProps }
You can’t perform that action at this time.
0 commit comments