Skip to content

Commit 651fa82

Browse files
authored
fix:(button) fix color inconsistency in wc and angular bootstrap theme (#11272)
1 parent 9f7759f commit 651fa82

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

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

+5
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ $bootstrap-outlined-button: extend(
539539
/// @type {Map}
540540
/// @prop {Color} hover-foreground [contrast-color: ('primary', 600)] - The hover text color of an raised button.
541541
/// @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.
542543
/// @prop {Map} background [color: ('primary', 500)] - The background color of a raised button.
543544
/// @prop {Map} hover-background [color: ('primary', 600)] - The hover background color of an raised button.
544545
/// @prop {Map} focus-background [color: ('primary', 600)] - The focus background color of an raised button.
@@ -561,6 +562,10 @@ $bootstrap-raised-button: extend(
561562
contrast-color: ('primary', 600)
562563
),
563564

565+
foreground: (
566+
contrast-color: ('primary', 600)
567+
),
568+
564569
background: (
565570
color: ('primary', 500)
566571
),

0 commit comments

Comments
 (0)