mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
another type error
This commit is contained in:
@@ -450,10 +450,17 @@ function transformTextTrack({
|
|||||||
value: textElement.color,
|
value: textElement.color,
|
||||||
fallback: "#000000",
|
fallback: "#000000",
|
||||||
}),
|
}),
|
||||||
backgroundColor: getStringValue({
|
background: {
|
||||||
|
color: getStringValue({
|
||||||
value: textElement.backgroundColor,
|
value: textElement.backgroundColor,
|
||||||
fallback: "#FFFFFF",
|
fallback: "transparent",
|
||||||
}),
|
}),
|
||||||
|
cornerRadius: 0,
|
||||||
|
paddingX: 8,
|
||||||
|
paddingY: 4,
|
||||||
|
offsetX: 0,
|
||||||
|
offsetY: 0,
|
||||||
|
},
|
||||||
textAlign: (getStringValue({
|
textAlign: (getStringValue({
|
||||||
value: textElement.textAlign,
|
value: textElement.textAlign,
|
||||||
fallback: "left",
|
fallback: "left",
|
||||||
|
|||||||
Reference in New Issue
Block a user