File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $_light-pagination: (
3232/// Generates a light pagination schema.
3333/// @type {Map}
3434/// @prop {Map} background-color [igx-color: 'surface'] - The background color of the paging panel.
35- /// @prop {Map} border-color [igx-color: ('grays', 100), hexrgba: #fff ] - The border color of the paging panel.
35+ /// @prop {Map} border-color [igx-color: ('grays', 100)] - The border color of the paging panel.
3636/// @requires {function} extend
3737/// @requires {Map} $_light-pagination
3838$_fluent-pagination : extend (
@@ -46,7 +46,6 @@ $_fluent-pagination: extend(
4646
4747 border-color : (
4848 igx- color: (' grays' , 100 ),
49- hexrgba: #fff
5049 )
5150 )
5251);
You can’t perform that action at this time.
0 commit comments