diff --git a/src/styles/vlabs.module.scss b/src/styles/vlabs.module.scss index 57b30a52..5e3ad398 100644 --- a/src/styles/vlabs.module.scss +++ b/src/styles/vlabs.module.scss @@ -11,4 +11,12 @@ height: 100%; } } + & :global(.ant-table-row-selected) > * { + background: #003a8c !important; + color: white; + } + + & :global(.ant-empty-description) { + color: white; + } }