Skip to content

Commit

Permalink
�fix: StyledButtonProps 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wukdddang authored Oct 31, 2023
1 parent a3660f8 commit df572f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/SelectorButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const SelectorButton = ({
)
}

const StyledButton = styled.button<StyledButtonProps>`
const StyledButton = styled.button<SelectorButtonProps>`
margin: 8px;
height: 36px;
padding: 10px 15px 10px 15px;
Expand Down

0 comments on commit df572f7

Please sign in to comment.