Commit 16a5e150 authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: center Web3StatusConnectButton (#4671)

parent ee97d8d9
...@@ -62,6 +62,7 @@ const Web3StatusError = styled(Web3StatusGeneric)` ...@@ -62,6 +62,7 @@ const Web3StatusError = styled(Web3StatusGeneric)`
const Web3StatusConnectButton = styled.button<{ faded?: boolean }>` const Web3StatusConnectButton = styled.button<{ faded?: boolean }>`
${({ theme }) => theme.flexRowNoWrap} ${({ theme }) => theme.flexRowNoWrap}
align-items: center;
background-color: ${({ theme }) => theme.accentActionSoft}; background-color: ${({ theme }) => theme.accentActionSoft};
border-radius: 12px; border-radius: 12px;
border: none; border: none;
......
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