Skip to content

Commit

Permalink
Pin bg color of row to white for dark mode (airbytehq#25675)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored and marcosmarxm committed Jun 8, 2023
1 parent 1a45dcb commit 2426623
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

.styled-table tbody tr {
border-bottom: 1px solid #dddddd;
background-color: #ffffff;
}

.styled-table tbody tr:nth-of-type(even) {
Expand Down

0 comments on commit 2426623

Please sign in to comment.