Commit dfbed6b8 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: rm connect wallet border (#5009)

parent c871e55d
...@@ -70,7 +70,6 @@ const HeaderRow = styled.div` ...@@ -70,7 +70,6 @@ const HeaderRow = styled.div`
const ContentWrapper = styled.div` const ContentWrapper = styled.div`
background-color: ${({ theme }) => theme.backgroundSurface}; background-color: ${({ theme }) => theme.backgroundSurface};
border: ${({ theme }) => `1px solid ${theme.backgroundOutline}`};
padding: 0 1rem 1rem 1rem; padding: 0 1rem 1rem 1rem;
border-bottom-left-radius: 20px; border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px; border-bottom-right-radius: 20px;
......
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