Commit 272b030b authored by aballerr's avatar aballerr Committed by GitHub

fix: Fixing border overlap and reducing button size (#4537)

* fixing styling on wallet border
Co-authored-by: default avatarAlex Ball <alexball@UNISWAP-MAC-038.local>
parent 472a553d
......@@ -27,7 +27,7 @@ const ConnectButton = styled(ButtonPrimary)`
`
const Divider = styled.div`
border: 1px solid ${({ theme }) => theme.backgroundOutline};
border-bottom: 1px solid ${({ theme }) => theme.backgroundOutline};
margin-top: 16px;
margin-bottom: 16px;
`
......
......@@ -67,7 +67,7 @@ const Web3StatusConnectNavbar = styled.button<{ faded?: boolean }>`
border-radius: 12px;
border: none;
cursor: pointer;
padding: 10px 12px;
padding: 8px 12px;
:hover,
:active,
......
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