Skip to content

Commit 4ad63ca

Browse files
add white 400 to text colors (#1592)
1 parent d361aa5 commit 4ad63ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pgml-dashboard/static/css/scss/base/_typography.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ h6, .h6 {
116116
.text-white-300 {
117117
color: #{$gray-300} !important;
118118
}
119+
.text-white-400 {
120+
color: #{$gray-400} !important;
121+
}
119122
.text-soft-white, .text-white-200 {
120123
color: #{$gray-200} !important;
121124
}

0 commit comments

Comments
 (0)