Skip to content

Commit e744eb2

Browse files
committed
add text-color_success utility class
1 parent 58e363c commit e744eb2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ui/utilities/text/_index.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,16 @@
146146
color: $color-text-error;
147147
}
148148

149+
/**
150+
* @summary Success color of text
151+
*
152+
* @selector .slds-text-color_success
153+
* @modifier
154+
*/
155+
.slds-text-color_success {
156+
color: $color-text-success;
157+
}
158+
149159
/**
150160
* @summary Default color of text on inversed background
151161
*

0 commit comments

Comments
 (0)