styling top bar

This commit is contained in:
Rushikesh Tote 2022-03-25 10:06:14 +05:30
parent 0ab6ef8480
commit b8e33fa13e

View file

@ -89,9 +89,21 @@ const SelectedFileOptions = ({
<div
style={{
marginLeft: '0.5em',
fontSize: '16px',
marginRight: '0.8em',
}}>
{constants.CLUB_BY_CAPTURE_TIME}
</div>
<div className="vertical-line">
<div
style={{
position: 'absolute',
width: '1px',
top: 0,
bottom: 0,
background: '#303030',
}}></div>
</div>
<IconWithMessage message={constants.DELETE}>
<IconButton onClick={trashHandler}>
<DeleteIcon />