Commit 28911983 authored by lynn's avatar lynn Committed by GitHub

fix: button color (#5052)

init
parent 8445d61d
......@@ -35,7 +35,7 @@ const WalletButton = styled(ButtonPrimary)`
`
const ProfileButton = styled(WalletButton)`
background: ${({ theme }) => theme.backgroundInteractive};
background: ${({ theme }) => theme.accentAction};
transition: ${({ theme }) => theme.transition.duration.fast} ${({ theme }) => theme.transition.timing.ease}
background-color;
`
......
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