Fix default underline color

Fixes #3971
This commit is contained in:
Daniel Imms
2022-07-30 23:16:47 -07:00
parent 04a14a748e
commit 0514b55936
+1 -1
View File
@@ -149,7 +149,7 @@ export class ExtendedAttrs implements IExtendedAttrs {
constructor(
underlineStyle: UnderlineStyle = UnderlineStyle.NONE,
underlineColor: number = -1
underlineColor: number = Attributes.CM_DEFAULT
) {
this.underlineStyle = underlineStyle;
this.underlineColor = underlineColor;