Skip to content

Commit 47dba55

Browse files
committed
fix(button): remove unused theme prop for outline focus style
1 parent c0ada71 commit 47dba55

File tree

1 file changed

+3
-3
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/schemas/light

1 file changed

+3
-3
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_button.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: (

0 commit comments

Comments
 (0)