Skip to content

Commit

Permalink
fix: adjust style for active info icon
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Nov 21, 2024
1 parent 043e65c commit 0b1df70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/DataDimension/styles/TransferOption.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ export default css`
align-items: center;
}
.info.active {
background-color: ${colors.grey200};
background-color: ${colors.grey300};
color: ${colors.grey900};
}
.highlighted {
Expand Down

0 comments on commit 0b1df70

Please sign in to comment.