docs: improve changelog date string display

This commit is contained in:
moonrailgun 2024-01-28 16:06:42 +08:00
parent 63a3e7c781
commit bb26196179

View File

@ -24,6 +24,7 @@ const timelineStyle: Record<string, VerticalTimelineElementProps> = {
},
normal: {
className: 'vertical-timeline-element--work dark:text-neutral-600',
dateClassName: 'text-black dark:text-white',
iconStyle: { background: 'rgb(33, 150, 243)', color: '#fff' },
icon: <AiOutlineCheck />,
},