Skip to content

Commit

Permalink
add text-color_success utility class
Browse files Browse the repository at this point in the history
  • Loading branch information
Dottenpixel committed Sep 28, 2017
1 parent 58e363c commit e744eb2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/utilities/text/_index.scss
Expand Up @@ -146,6 +146,16 @@
color: $color-text-error;
}

/**
* @summary Success color of text
*
* @selector .slds-text-color_success
* @modifier
*/
.slds-text-color_success {
color: $color-text-success;
}

/**
* @summary Default color of text on inversed background
*
Expand Down

0 comments on commit e744eb2

Please sign in to comment.