Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Sep 6, 2024
1 parent 9355839 commit b7b824f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/PoolList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function PoolList() {
<>
<Text
style={{ cursor: 'pointer', marginBottom: 12 }}
color="textDisabled"
color="textSecondary"
onClick={() => setShowArchived((show) => !show)}
variant="body2"
>
Expand Down
2 changes: 1 addition & 1 deletion centrifuge-app/src/pages/Portfolio/TransactionHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function TransactionHistoryPage() {
const connectedAddress = useAddress()
const address = addressParam || connectedAddress
return (
<LayoutSection title="Transaction history" marginTop={20}>
<LayoutSection title="Transaction history" marginTop={40}>
{address && <Transactions address={address} />}
</LayoutSection>
)
Expand Down

0 comments on commit b7b824f

Please sign in to comment.