1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix table head border color

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-01-31 16:16:39 +03:00
parent e5e171c158
commit 9c494cbae8

View File

@ -4,7 +4,7 @@
*/
.TableHead {
$border: 1px solid var(--layoutBackground);
$border: 1px solid var(--tableHeaderBorderColor);
background-color: var(--tableHeaderBackground);
border-bottom-width: var(--tableHeaderBorderWidth);