Skip to content

Commit

Permalink
fix: Remove prop
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Dec 20, 2023
1 parent bdd971e commit 2e03fda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stories/button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const Button = styled(ButtonComponent)(
flat = false,
squared = false,
variant = false,
alt,
}: ButtonProps & { theme: DefaultTheme }) => {
let styles = getButtonStyle(type, flat, disabled, variant, theme);
styles += getButtonSize(size, squared, theme);
Expand Down

0 comments on commit 2e03fda

Please sign in to comment.