Skip to content

Commit

Permalink
fix(alert): update colors for alert text and input borders
Browse files Browse the repository at this point in the history
references #14196
  • Loading branch information
brandyscarney committed Mar 21, 2018
1 parent 08553f1 commit 605ec93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/components/alert/alert.md.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $alert-md-message-padding-start: 24px !default;
$alert-md-message-font-size: 15px !default;

/// @prop - Text color of the alert message
$alert-md-message-text-color: $text-md-color-step-600 !default;
$alert-md-message-text-color: $text-md-color-step-450 !default;

/// @prop - Padding top of the alert empty message
$alert-md-message-empty-padding-top: 0 !default;
Expand All @@ -90,7 +90,7 @@ $alert-md-input-border-width: 1px !default;
$alert-md-input-border-style: solid !default;

/// @prop - Border color of the alert input
$alert-md-input-border-color: $border-md-color !default;
$alert-md-input-border-color: $background-md-color-step-150 !default;

/// @prop - Text color of the alert input
$alert-md-input-text-color: $text-md-color !default;
Expand Down

0 comments on commit 605ec93

Please sign in to comment.