Skip to content

Commit

Permalink
fix: better hover color for darkmode on transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Foureur committed May 18, 2021
1 parent 7b8985d commit a6f50b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Transaction/InfoBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function InfoBox(props: DetailProps) {
<Box
direction="row"
gap="small"
hoverIndicator={{ color: 'light-3' }}
hoverIndicator={{ color: 'background-contrast' }}
onClick={() => boxClicked()}
pad="medium"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ exports[`<Transaction /> should match snapshot 1`] = `
}
.c8:hover {
background-color: rgba(237,237,237,1);
background-color: rgba(51,51,51,0.06274509803921569);
color: #000000;
}
Expand Down

0 comments on commit a6f50b7

Please sign in to comment.