From b650b1756323d67557e971b6075778e1f0487e6b Mon Sep 17 00:00:00 2001 From: _XiaoTian Date: Sat, 10 Oct 2020 09:09:33 +0800 Subject: [PATCH] fix: Fix the style of account transaction record list. (#1104) Co-authored-by: Moody Salem --- src/components/AccountDetails/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AccountDetails/index.tsx b/src/components/AccountDetails/index.tsx index d4d811ea35..a7d185a810 100644 --- a/src/components/AccountDetails/index.tsx +++ b/src/components/AccountDetails/index.tsx @@ -99,7 +99,7 @@ const LowerSection = styled.div` flex-grow: 1; overflow: auto; background-color: ${({ theme }) => theme.bg2}; - border-bottom-left-radius: 25px; + border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; h5 {