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(
80
80
81
81
/// @type {Map}
82
82
/// @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.
84
84
/// @prop {Map} disabled-border-color [igx-color: ('grays', 300)] - The disabled focused border color of the button.
85
85
/// @requires {function} extend
86
86
/// @requires {Map} $material-flat-button
@@ -90,11 +90,11 @@ $material-outlined-button: extend(
90
90
selector: ' [igxButton="outlined"], .igx-button--outlined' ,
91
91
92
92
border-color : (
93
- igx- color: (' secondary' , 300 )
93
+ igx- color: (' secondary' , 500 )
94
94
),
95
95
96
96
focus- border- color: (
97
- igx- color: (' grays ' , 300 )
97
+ igx- color: (' secondary ' , 500 )
98
98
),
99
99
100
100
disabled- border- color: (
You can’t perform that action at this time.
0 commit comments