Skip to content

Commit

Permalink
Category autocomplete split transaction highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Apr 13, 2024
1 parent 199bd1a commit 9a99582
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,7 @@ function SplitTransactionButton({
alignItems: 'center',
fontSize: 11,
fontWeight: 500,
color: highlighted
? theme.menuAutoCompleteTextHover
: theme.noticeTextMenu,
color: theme.noticeTextMenu,
padding: '6px 8px',
':active': {
backgroundColor: 'rgba(100, 100, 100, .25)',
Expand Down

0 comments on commit 9a99582

Please sign in to comment.