Skip to content

Commit

Permalink
Merge pull request #434 from AppQuality/UN-143-change-CTA-size
Browse files Browse the repository at this point in the history
Feat: Remove unused size prop in CutterButton component
  • Loading branch information
cannarocks authored Oct 24, 2024
2 parents 052413e + 5086d49 commit 3f98b58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stories/player/parts/cutterButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const Cutter = ({
<StyledButton
isPrimary
isAccent={!isCutting}
size={"small"}
onClick={(e) => {
if (videoRef) {
onCutHandler(videoRef.currentTime);
Expand Down

0 comments on commit 3f98b58

Please sign in to comment.