Skip to content

Commit

Permalink
Fix selected table colors (#6892)
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx authored Dec 1, 2024
1 parent ca24a88 commit 230dcf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/react-table/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ i.justify-align {
right: 0;
bottom: 0;
top: 0;
background-color: rgb(172, 206, 247);
opacity: 0.6;
background-color: highlight;
mix-blend-mode: multiply;
content: '';
pointer-events: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
right: 0;
bottom: 0;
top: 0;
background-color: rgb(172, 206, 247);
opacity: 0.6;
background-color: highlight;
mix-blend-mode: multiply;
content: '';
pointer-events: none;
}
Expand Down

0 comments on commit 230dcf2

Please sign in to comment.