Commit 3de2e655 authored by lynn's avatar lynn Committed by GitHub

feat: fix hover color on vote page items (#4404)

init
parent c5319b6b
...@@ -61,7 +61,7 @@ const Proposal = styled(Button)` ...@@ -61,7 +61,7 @@ const Proposal = styled(Button)`
background-color: ${({ theme }) => darken(0.05, theme.deprecated_bg1)}; background-color: ${({ theme }) => darken(0.05, theme.deprecated_bg1)};
} }
&:hover { &:hover {
background-color: ${({ theme }) => darken(0.05, theme.deprecated_bg1)}; background-color: ${({ theme }) => theme.deprecated_bg2};
} }
` `
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment