Skip to content

Commit 3508462

Browse files
committed
Add Correct Outline Radius
1 parent 3f5aaac commit 3508462

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/CodeEditTextView/EmphasisManager/EmphasisStyle.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ public enum EmphasisStyle: Equatable {
3333
switch self {
3434
case .standard:
3535
4
36-
case .underline, .outline:
36+
case .underline:
3737
0
38+
case .outline:
39+
2.5
3840
}
3941
}
4042
}

0 commit comments

Comments
 (0)