Skip to content

Commit

Permalink
Update ContactItem.styled.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorLeonov committed Jun 10, 2023
1 parent 15df123 commit f550e4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/contactItem/ContactItem.styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const Item = styled.li`
margin-top: 10px;
padding: 10px;
font-size: 20px;
/* background-color: ${props => ` ${props.theme.colors.bd}`}; */
border: ${props => `1px solid ${props.theme.colors.bd}`};
:first-child {
Expand All @@ -22,7 +21,6 @@ export const ButtonDelete = styled(ButtonSubmit)`
`;

export const FirstLetterBox = styled.div`
margin-left: 5px;
width: 40px;
height: 40px;
border-radius: 50%;
Expand Down

0 comments on commit f550e4d

Please sign in to comment.