Skip to content

Commit 8e68b0f

Browse files
fix(FEC-14684): Presets adjustments (#1104)
### Description of the Changes Please add a detailed description of the change, whether it's an enhancement or a bugfix. If the PR is related to an open issue please link to it. **Issue:** **Fix:** #### Resolves FEC-[Please add the ticket reference here]
1 parent 4484156 commit 8e68b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/cvaa-overlay/main-captions_window.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class MainCaptionsWindow extends Component<any, any> {
7575
textAlign: player.TextStyle.FontAlignment[2].value,
7676
fontColor: player.TextStyle.StandardColors.WHITE,
7777
fontFamily: "Times New Roman, Verdana",
78-
fontEdge: player.TextStyle.EdgeStyles.DEPRESSED,
78+
fontEdge: player.TextStyle.EdgeStyles.NONE,
7979
backgroundColor: player.TextStyle.StandardColors.BLACK,
8080
backgroundOpacity: player.TextStyle.StandardOpacities.OPAQUE
8181
})
@@ -107,7 +107,7 @@ class MainCaptionsWindow extends Component<any, any> {
107107
textAlign: player.TextStyle.FontAlignment[2].value,
108108
fontColor: player.TextStyle.StandardColors.BLACK,
109109
fontFamily: "Trebuchet MS, Arial",
110-
fontEdge: player.TextStyle.EdgeStyles.RAISED,
110+
fontEdge: player.TextStyle.EdgeStyles.NONE,
111111
backgroundColor: player.TextStyle.StandardColors.YELLOW,
112112
backgroundOpacity: player.TextStyle.StandardOpacities.OPAQUE
113113
})

0 commit comments

Comments
 (0)