Fix list hover color opacity
This commit is contained in:
parent
3f20849866
commit
188c92aea3
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ export default (colors: IThemeColors): Theme =>
|
||||||
},
|
},
|
||||||
hover: {
|
hover: {
|
||||||
"$root&:hover": {
|
"$root&:hover": {
|
||||||
backgroundColor: fade(colors.primary, 0.2)
|
backgroundColor: fade(colors.primary, 0.3)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
root: {
|
root: {
|
||||||
|
|
Loading…
Reference in a new issue