Commit 19c60236 authored by eddie's avatar eddie Committed by GitHub

fix: remove gap on tdp bottom bar (#5973)

* fix: remove gap on tdp bottom bar

* fix: adjust bottom and border
parent a4a954c8
...@@ -13,9 +13,10 @@ const Wrapper = styled.div` ...@@ -13,9 +13,10 @@ const Wrapper = styled.div`
align-content: center; align-content: center;
align-items: center; align-items: center;
border: 1px solid ${({ theme }) => theme.backgroundOutline}; border: 1px solid ${({ theme }) => theme.backgroundOutline};
border-bottom: none;
background-color: ${({ theme }) => theme.backgroundSurface}; background-color: ${({ theme }) => theme.backgroundSurface};
border-radius: 20px 20px 0px 0px; border-radius: 20px 20px 0px 0px;
bottom: 56px; bottom: 52px;
color: ${({ theme }) => theme.textSecondary}; color: ${({ theme }) => theme.textSecondary};
display: flex; display: flex;
flex-direction: row; flex-direction: row;
......
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