From 2d136dd2dd5ec8ec33417693d546f6b88e3ef31f Mon Sep 17 00:00:00 2001 From: Sela123 <44436281+Sela1236@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:09:43 +0100 Subject: [PATCH] Update xc-table.component.scss #106 --- xc/xc-table/xc-table.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xc/xc-table/xc-table.component.scss b/xc/xc-table/xc-table.component.scss index e673da7..cd77e75 100644 --- a/xc/xc-table/xc-table.component.scss +++ b/xc/xc-table/xc-table.component.scss @@ -68,6 +68,7 @@ $xc-table-body-border-color-focus: unset !default; width: 100%; border-collapse: collapse; position: relative; + background-color: $xc-table-background-color; } ::ng-deep tbody:focus { @@ -166,6 +167,7 @@ $xc-table-body-border-color-focus: unset !default; .mat-cell { font-size: $font-size-medium; overflow: hidden; + color: $xc-table-entry-color; &:first-child { border-left: none; @@ -200,6 +202,10 @@ $xc-table-body-border-color-focus: unset !default; &::ng-deep { .mat-sort-header { + .mat-sort-header-arrow { + color: $xc-table-entry-color; + } + > .mat-sort-header-container { padding: $xc-table-header-padding; border-bottom: 0;