Skip to content

Commit

Permalink
table color tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bar committed Nov 6, 2024
1 parent be72f2c commit 8e3be44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/vlabs.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@
height: 100%;
}
}
& :global(.ant-table-row-selected) > * {
background: #003a8c !important;
color: white;
}

& :global(.ant-empty-description) {
color: white;
}
}

0 comments on commit 8e3be44

Please sign in to comment.