Skip to content

Commit

Permalink
Change disconnect button style
Browse files Browse the repository at this point in the history
  • Loading branch information
mrushkova committed Apr 25, 2024
1 parent 7ebe6f4 commit 2bf97b1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ export const AccountDetailModal = ({ isShown, onRequestClose }: ModalProps) => {
</>
)}
</ContentWrapper>
<Button view="secondary" onClick={onDisconnect}>
Disconnect
</Button>
<Button onClick={onDisconnect}>Disconnect</Button>
</Modal>
)
}
Expand Down

0 comments on commit 2bf97b1

Please sign in to comment.