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 @@ -604,7 +604,7 @@ $_bootstrap-grid: extend(
604604/// @prop {Color} header-text-color [igx-color: 'primary'] - The table header text color.
605605/// @prop {Map} header-selected-background [igx-color: ('primary', 50)] - The table header background color when selected (ex. column selection).
606606/// @prop {Map} header-selected-text-color [igx-color: 'primary'] - The table header text color when selected (ex. column selection).
607- /// @prop {Map} header-border-color [igx-color: ('primary', 100) ] - The color used for header borders.
607+ /// @prop {Map} header-border-color [igx-color: ('primary', 500), rgba: .24 ] - The color used for header borders.
608608///
609609/// @prop {Map} filtering-header-text-color [igx-color: ('primary', 900)] - The text color color of the filtered column header.
610610/// @prop {Map} filtering-background-or [igx-color: 'warn'] - The background color of advanced filtering "OR" condition.
@@ -673,7 +673,8 @@ $_indigo-grid: extend(
673673 ),
674674
675675 header- border- color: (
676- igx- color: (' primary' , 100 )
676+ igx- color: (' primary' , 500 ),
677+ rgba: .24
677678 ),
678679
679680 filtering- header- text- color: (
You can’t perform that action at this time.
0 commit comments