mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 23:04:20 +00:00
fix(linkhoverdisplay): fix url text color on light theme
This commit is contained in:
parent
caa7e255c4
commit
4fe4b7deec
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ const useStyles = makeStyles(theme => ({
|
|||
fontSize: '0.7rem',
|
||||
margin: 0,
|
||||
opacity: 0.7,
|
||||
color: '#fff',
|
||||
overflow: 'hidden',
|
||||
whiteSpace: 'nowrap',
|
||||
textOverflow: 'ellipsis',
|
||||
|
|
Loading…
Reference in a new issue