Skip to content

Commit aa0fee7

Browse files
authored
Merge pull request #110 from Threagile/fix-style-id
Fix coloring style for ID column in Excel
2 parents e7fc9d3 + 073ba52 commit aa0fee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/report/excel-style.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ func (what *ExcelStyles) Init(excel *excelize.File, config reportConfigReader) (
348348
},
349349
})
350350

351-
colorOutOfScope := "#FF0000"
351+
colorOutOfScope := "#000000"
352352
if config.GetRiskExcelColorText() {
353353
colorOutOfScope = rgbHexColorOutOfScope()
354354
}

0 commit comments

Comments
 (0)