File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,8 @@ $input-disabled-bg-dt: rgba($white, .1) !default;
280
280
$input-placeholder-color-dt : $medium-emphasis-dt !default ;
281
281
$input-plaintext-color-dt : $body-color-dt !default ;
282
282
283
+ $form-text-color-dt : $medium-emphasis-dt !default ;
284
+
283
285
$input-group-addon-color-dt : $body-color-dt !default ;
284
286
$input-group-addon-bg-dt : rgba ($white , .09 ) !default ;
285
287
$input-group-addon-border-color-dt : rgba ($white , .09 ) !default ;
@@ -301,7 +303,8 @@ $form-control-theme-map: (
301
303
" input-focus-border-color" : $input-focus-border-color-dt ,
302
304
" input-disabled-bg" : $input-disabled-bg-dt ,
303
305
" input-placeholder-color" : $input-placeholder-color-dt ,
304
- " input-plaintext-color" : $input-plaintext-color-dt
306
+ " input-plaintext-color" : $input-plaintext-color-dt ,
307
+ " form-text-color" : $form-text-color-dt
305
308
) !default ;
306
309
307
310
$input-group-theme-map : (
You can’t perform that action at this time.
0 commit comments