docs: improve changelog date string display
This commit is contained in:
parent
63a3e7c781
commit
bb26196179
@ -24,6 +24,7 @@ const timelineStyle: Record<string, VerticalTimelineElementProps> = {
|
|||||||
},
|
},
|
||||||
normal: {
|
normal: {
|
||||||
className: 'vertical-timeline-element--work dark:text-neutral-600',
|
className: 'vertical-timeline-element--work dark:text-neutral-600',
|
||||||
|
dateClassName: 'text-black dark:text-white',
|
||||||
iconStyle: { background: 'rgb(33, 150, 243)', color: '#fff' },
|
iconStyle: { background: 'rgb(33, 150, 243)', color: '#fff' },
|
||||||
icon: <AiOutlineCheck />,
|
icon: <AiOutlineCheck />,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user