fix: button color (#5052)

init
This commit is contained in:
lynn 2022-10-31 17:28:02 -04:00 committed by GitHub
parent 8445d61df0
commit 289119833a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
`