File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ $material-flat-button: extend(
8080
8181/// @type {Map}
8282/// @prop {Map} border-color [igx-color: ('secondary', 500)] - The outline color of the button.
83- /// @prop {Map} focus-border-color [igx-color: ('grays ', 300 )] - The focused border color of the button.
83+ /// @prop {Map} focus-border-color [igx-color: ('secondary ', 500 )] - The focused border color of the button.
8484/// @prop {Map} disabled-border-color [igx-color: ('grays', 300)] - The disabled focused border color of the button.
8585/// @requires {function} extend
8686/// @requires {Map} $material-flat-button
@@ -90,11 +90,11 @@ $material-outlined-button: extend(
9090 selector: ' [igxButton="outlined"], .igx-button--outlined' ,
9191
9292 border-color : (
93- igx- color: (' secondary' , 300 )
93+ igx- color: (' secondary' , 500 )
9494 ),
9595
9696 focus- border- color: (
97- igx- color: (' grays ' , 300 )
97+ igx- color: (' secondary ' , 500 )
9898 ),
9999
100100 disabled- border- color: (
You can’t perform that action at this time.
0 commit comments