Merge pull request #497 from responsively-org/fix/link-on-proxy-settings

fix link on proxy manager modal on light theme
This commit is contained in:
José Javier Rodríguez Zas 2020-10-05 17:05:47 +02:00 committed by GitHub
commit baed9d8436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ const useStyles = makeStyles(theme => ({
marginBottom: 0,
},
wilcardsAndMoreLink: {
color: 'white',
color: theme.palette.text.normal,
textDecoration: 'underline',
},
bypassListField: {