Skip to content

Commit

Permalink
Revert (No payee) color
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 22, 2025
1 parent f6fd45f commit bbc9bdc
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,12 @@ export function TransactionListItem({
style={{
...textStyle,
fontWeight: isAdded ? '600' : '400',
...(!displayPayee && {
fontStyle: 'italic',
}),
...(!displayPayee && !isPreview
? {
color: theme.pageTextLight,
fontStyle: 'italic',
}
: {}),
}}
>
{displayPayee || '(No payee)'}
Expand Down

0 comments on commit bbc9bdc

Please sign in to comment.