fix(linkhoverdisplay): fix url text color on light theme

This commit is contained in:
rishichawda 2020-10-24 18:01:33 +05:30 committed by Manoj Vivek
parent caa7e255c4
commit 4fe4b7deec

View file

@ -50,6 +50,7 @@ const useStyles = makeStyles(theme => ({
fontSize: '0.7rem',
margin: 0,
opacity: 0.7,
color: '#fff',
overflow: 'hidden',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',