Skip to content

Commit 8355b6c

Browse files
committed
dont need css in button
1 parent fc04911 commit 8355b6c

File tree

1 file changed

+0
-1
lines changed
  • packages/components/src/components/Button

1 file changed

+0
-1
lines changed

packages/components/src/components/Button/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export const Button = styled(Element).attrs({ as: 'button' })<ButtonProps>(
102102
opacity: '0.4',
103103
cursor: 'not-allowed',
104104
},
105-
...props.css,
106105
}
107106
)
108107
)

0 commit comments

Comments
 (0)