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:
parent
e5e171c158
commit
9c494cbae8
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
.TableHead {
|
||||
$border: 1px solid var(--layoutBackground);
|
||||
$border: 1px solid var(--tableHeaderBorderColor);
|
||||
|
||||
background-color: var(--tableHeaderBackground);
|
||||
border-bottom-width: var(--tableHeaderBorderWidth);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user