File tree 1 file changed +5
-0
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas/light
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -539,6 +539,7 @@ $bootstrap-outlined-button: extend(
539
539
/// @type {Map}
540
540
/// @prop {Color} hover-foreground [contrast-color: ('primary', 600)] - The hover text color of an raised button.
541
541
/// @prop {Color} focus-foreground [contrast-color: ('primary', 600)] - The focus text color of an raised button.
542
+ /// @prop {Map} foreground [contrast-color: ('primary', 600)] - The idle text color of an outlined button.
542
543
/// @prop {Map} background [color: ('primary', 500)] - The background color of a raised button.
543
544
/// @prop {Map} hover-background [color: ('primary', 600)] - The hover background color of an raised button.
544
545
/// @prop {Map} focus-background [color: ('primary', 600)] - The focus background color of an raised button.
@@ -561,6 +562,10 @@ $bootstrap-raised-button: extend(
561
562
contrast- color: (' primary' , 600 )
562
563
),
563
564
565
+ foreground: (
566
+ contrast- color: (' primary' , 600 )
567
+ ),
568
+
564
569
background : (
565
570
color : (' primary' , 500 )
566
571
),
You can’t perform that action at this time.
0 commit comments