diff --git a/src/features/action.tsx b/src/features/action.tsx index 7d392bb..1fbb8d3 100644 --- a/src/features/action.tsx +++ b/src/features/action.tsx @@ -169,7 +169,6 @@ export function createAction( direction: Direction.Right, width: 100, height: 10, - style: "margin-top: 8px", borderStyle: "border-color: black", baseStyle: "margin-top: -1px", progress: () => Decimal.div(progress.value, unref(genericAction.duration)),