Skip to content

Commit

Permalink
feat: 프리 릴리즈 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ong-c committed Feb 17, 2022
1 parent a70ee0e commit 7fdb3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- develop

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion src/components/atom/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const StyledButton = styled.button<buttonProps>(getStyle)

export default function Button({
variant = 'primary',
size = 'md',
size = 'lg',
isIcon = false,
children,
disabled = false,
Expand Down

0 comments on commit 7fdb3a2

Please sign in to comment.