Skip to content

Commit

Permalink
Update styles for table header to new design
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Nov 8, 2024
1 parent 2dcbff2 commit 4e7cc56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dapp/src/pages/DashboardPage/TransactionHistory/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ function TransactionHistoryContent() {
export default function TransactionHistory(props: StackProps) {
return (
<VStack spacing={6} w="full" {...props}>
<TextMd fontWeight="bold" w="full">
Transactions
</TextMd>
<TextMd w="full">Transactions</TextMd>
<TransactionHistoryContent />
</VStack>
)
Expand Down

0 comments on commit 4e7cc56

Please sign in to comment.