Skip to content

Commit

Permalink
Merge branch 'master' into 13.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata authored Mar 24, 2022
2 parents 703c14f + 651fa82 commit 2ecc654
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ $bootstrap-outlined-button: extend(
/// @type {Map}
/// @prop {Color} hover-foreground [contrast-color: ('primary', 600)] - The hover text color of an raised button.
/// @prop {Color} focus-foreground [contrast-color: ('primary', 600)] - The focus text color of an raised button.
/// @prop {Map} foreground [contrast-color: ('primary', 600)] - The idle text color of an outlined button.
/// @prop {Map} background [color: ('primary', 500)] - The background color of a raised button.
/// @prop {Map} hover-background [color: ('primary', 600)] - The hover background color of an raised button.
/// @prop {Map} focus-background [color: ('primary', 600)] - The focus background color of an raised button.
Expand All @@ -548,6 +549,10 @@ $bootstrap-raised-button: extend(
contrast-color: ('primary', 600)
),

foreground: (
contrast-color: ('primary', 600)
),

background: (
color: ('primary', 500)
),
Expand Down

0 comments on commit 2ecc654

Please sign in to comment.