You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just need the demo load more without side line and icon. I tried to remove icon but couldn't remove the icon box shadow.<VerticalTimelineElement key={index} className="vertical-timeline-element--work" contentStyle={{ borderTop: "1px solid #E3DD95", borderRadius: '0px' }} contentArrowStyle={{ borderRight: '7px solid rgb(33, 150, 243)' }} // iconStyle={{ background: '#fdf6a6', color: '#000' }} // icon={<SpeakerNotesOutlinedIcon />} >
I want output line below image without icon and side line
The text was updated successfully, but these errors were encountered:
you can set use iconStyle={{ background: '#fdf6a6', color: '#000', display: 'none' }} instead of iconStyle={{ background: '#fdf6a6', color: '#000' }} and for the sideline you can set the propt lineColor for the to lineColor = "transparent"
I just need the demo load more without side line and icon. I tried to remove icon but couldn't remove the icon box shadow.
<VerticalTimelineElement key={index} className="vertical-timeline-element--work" contentStyle={{ borderTop: "1px solid #E3DD95", borderRadius: '0px' }} contentArrowStyle={{ borderRight: '7px solid rgb(33, 150, 243)' }} // iconStyle={{ background: '#fdf6a6', color: '#000' }} // icon={<SpeakerNotesOutlinedIcon />} >
I want output line below image without icon and side line
The text was updated successfully, but these errors were encountered: