Skip to content

Commit

Permalink
fix: Fix the style of account transaction record list. (#1104)
Browse files Browse the repository at this point in the history
Co-authored-by: Moody Salem <moodysalem@users.noreply.github.com>
  • Loading branch information
xiaotiandada and moodysalem authored Oct 10, 2020
1 parent fc76177 commit b650b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AccountDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

1 comment on commit b650b17

@vercel
Copy link

@vercel vercel bot commented on b650b17 Oct 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.