From 289119833a751bc250633a7cce0b956e8d98d42b Mon Sep 17 00:00:00 2001 From: lynn <41491154+lynnshaoyu@users.noreply.github.com> Date: Mon, 31 Oct 2022 17:28:02 -0400 Subject: [PATCH] fix: button color (#5052) init --- src/components/WalletDropdown/AuthenticatedHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WalletDropdown/AuthenticatedHeader.tsx b/src/components/WalletDropdown/AuthenticatedHeader.tsx index dc3391735c..4c15499e05 100644 --- a/src/components/WalletDropdown/AuthenticatedHeader.tsx +++ b/src/components/WalletDropdown/AuthenticatedHeader.tsx @@ -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; `