File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ $_bootstrap-grid: extend(
609609/// @prop {Color} header-text-color [igx-color: 'primary'] - The table header text color.
610610/// @prop {Map} header-selected-background [igx-color: ('primary', 50)] - The table header background color when selected (ex. column selection).
611611/// @prop {Map} header-selected-text-color [igx-color: 'primary'] - The table header text color when selected (ex. column selection).
612- /// @prop {Map} header-border-color [igx-color: ('primary', 100) ] - The color used for header borders.
612+ /// @prop {Map} header-border-color [igx-color: ('primary', 500), rgba: .24 ] - The color used for header borders.
613613///
614614/// @prop {Map} filtering-header-text-color [igx-color: ('primary', 900)] - The text color color of the filtered column header.
615615/// @prop {Map} filtering-background-or [igx-color: 'warn'] - The background color of advanced filtering "OR" condition.
@@ -678,7 +678,8 @@ $_indigo-grid: extend(
678678 ),
679679
680680 header- border- color: (
681- igx- color: (' primary' , 100 )
681+ igx- color: (' primary' , 500 ),
682+ rgba: .24
682683 ),
683684
684685 filtering- header- text- color: (
You can’t perform that action at this time.
0 commit comments