improved colour contrasts concerning tutorial status

This commit is contained in:
Delucse 2020-09-16 11:15:55 +02:00
parent d3159d5204
commit 73c721f237
2 changed files with 10 additions and 10 deletions

View File

@ -24,15 +24,15 @@ const styles = theme => ({
color: fade(theme.palette.secondary.main, 0.6)
},
outerDivError: {
stroke: fade(theme.palette.error.dark, 0.2),
color: fade(theme.palette.error.dark, 0.2)
stroke: fade(theme.palette.error.dark, 0.6),
color: fade(theme.palette.error.dark, 0.6)
},
outerDivSuccess: {
stroke: fade(theme.palette.primary.main, 0.2),
color: fade(theme.palette.primary.main, 0.2)
stroke: fade(theme.palette.primary.main, 0.6),
color: fade(theme.palette.primary.main, 0.6)
},
outerDivOther: {
stroke: fade(theme.palette.secondary.main, 0.2)
stroke: fade(theme.palette.secondary.main, 0.6)
},
innerDiv: {
width: 'inherit',

View File

@ -29,15 +29,15 @@ const styles = (theme) => ({
color: fade(theme.palette.secondary.main, 0.6)
},
outerDivError: {
stroke: fade(theme.palette.error.dark, 0.2),
color: fade(theme.palette.error.dark, 0.2)
stroke: fade(theme.palette.error.dark, 0.6),
color: fade(theme.palette.error.dark, 0.6)
},
outerDivSuccess: {
stroke: fade(theme.palette.primary.main, 0.2),
color: fade(theme.palette.primary.main, 0.2)
stroke: fade(theme.palette.primary.main, 0.6),
color: fade(theme.palette.primary.main, 0.6)
},
outerDivOther: {
stroke: fade(theme.palette.secondary.main, 0.2)
stroke: fade(theme.palette.secondary.main, 0.6)
},
innerDiv: {
width: 'inherit',