Skip to content

Commit

Permalink
feat : 버튼 색 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
minseok1015 committed Feb 1, 2023
1 parent ee50cbd commit 2421d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/DeleteBtn.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const DelBtn = styled.button`
z-index: 10000;
right: ${props => props.right};
top: ${props => props.top};
color: black;
`;

export default function DeleteBtn({ onClick, right, top }) {
Expand Down

0 comments on commit 2421d86

Please sign in to comment.