Skip to content

Commit a0b3786

Browse files
committed
Ensure setting info is readable when colors are inverted
1 parent 2da5c62 commit a0b3786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/cfformat.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ component accessors="true" {
7272
});
7373

7474
for (var ref in info) {
75-
print.BoldOnGrey93Line(' #ref.setting# ');
75+
print.BlackOnGrey93Line(' #ref.setting# ');
7676
print.line(ref.reference.description);
7777
print.text('Default: ')
7878
print.blueLine(defaultSettings[ref.setting]);

0 commit comments

Comments
 (0)