Skip to content

Commit 99c39c7

Browse files
committed
Fix className omit mistake at RoundButton
1 parent 32419a6 commit 99c39c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/common/RoundButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ const RoundButton: React.FC<RoundButtonProps> = ({
9898
color = 'teal',
9999
size = 'DEFAULT',
100100
border = false,
101-
className,
102101
...rest
103102
}) => {
104103
if (to) {

0 commit comments

Comments
 (0)