Skip to content

Commit

Permalink
Background changed in GetRedeem (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianoconti authored Oct 31, 2024
1 parent 5fa0500 commit 0593a73
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pages/Tx/Information/Summary/GetRedeem/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
cursor: default;

&.cross {
background: var(--color-plum-300);
opacity: 0.8;
background: var(--color-gray-300);

&:hover {
background: var(--color-plum-300);
background: var(--color-gray-300);
}

&:active {
background: var(--color-plum-300);
background: var(--color-gray-300);
}
}

Expand Down

0 comments on commit 0593a73

Please sign in to comment.