diff --git a/README.md b/README.md index e535eb2..5f8c741 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,6 @@ npm run build npm run preview ``` -### Lints and fixes files -``` -npm run lint -``` - ### Runs the tests using vite-jest ``` npm run test diff --git a/src/features/action.tsx b/src/features/action.tsx index 083dc3c..cba6857 100644 --- a/src/features/action.tsx +++ b/src/features/action.tsx @@ -168,7 +168,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)),