Commit 33c73f4d authored by lynn's avatar lynn Committed by GitHub

fix: network balances summary styling (#4487)

init
parent c207a576
...@@ -15,7 +15,9 @@ const BalancesCard = styled.div` ...@@ -15,7 +15,9 @@ const BalancesCard = styled.div`
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
padding: 20px; padding: 20px;
box-shadow: ${({ theme }) => theme.shallowShadow};
background-color: ${({ theme }) => theme.backgroundSurface}; background-color: ${({ theme }) => theme.backgroundSurface};
border: ${({ theme }) => `1px solid ${theme.backgroundOutline}`};
border-radius: 16px; border-radius: 16px;
` `
const ErrorState = styled.div` const ErrorState = styled.div`
......
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