Skip to content

Commit c0cd9bd

Browse files
committed
style: update empty transactions message padding
1 parent 7648fd7 commit c0cd9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Views/UnifiedTransactionsView/UnifiedTransactionsView.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const styleSheet = (params: { theme: Theme }) => {
1111
emptyList: {
1212
justifyContent: 'center',
1313
alignItems: 'center',
14-
paddingBottom: 24,
14+
paddingVertical: 48,
1515
},
1616
emptyListText: {
1717
color: colors.text.muted,

0 commit comments

Comments
 (0)