Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bookman0001 committed Nov 5, 2024
1 parent 8056e9b commit 3428efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/atoms/button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ interface Props extends ButtonHTMLAttributes<HTMLButtonElement> {
}

export function Button({ children, bgColor = color.BLACK, ...props }: Props) {
console.log('test')
return (
<ButtonItem {...props} $bgColor={bgColor}>
{children}
Expand Down

0 comments on commit 3428efd

Please sign in to comment.