mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-14 16:37:27 +00:00
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:
commit
baed9d8436
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ const useStyles = makeStyles(theme => ({
|
|||
marginBottom: 0,
|
||||
},
|
||||
wilcardsAndMoreLink: {
|
||||
color: 'white',
|
||||
color: theme.palette.text.normal,
|
||||
textDecoration: 'underline',
|
||||
},
|
||||
bypassListField: {
|
||||
|
|
Loading…
Reference in a new issue