fix: Fix the style of account transaction record list. (#1104)

Co-authored-by: Moody Salem <moodysalem@users.noreply.github.com>
This commit is contained in:
_XiaoTian 2020-10-10 09:09:33 +08:00 committed by GitHub
parent fc76177791
commit b650b17563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -99,7 +99,7 @@ const LowerSection = styled.div`
flex-grow: 1; flex-grow: 1;
overflow: auto; overflow: auto;
background-color: ${({ theme }) => theme.bg2}; background-color: ${({ theme }) => theme.bg2};
border-bottom-left-radius: 25px; border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px; border-bottom-right-radius: 20px;
h5 { h5 {