From f550e4dad8b30c1fd449ac26ed33e92568647679 Mon Sep 17 00:00:00 2001 From: Ihor Leonov Date: Sat, 10 Jun 2023 12:38:04 +0300 Subject: [PATCH] Update ContactItem.styled.jsx --- src/components/contactItem/ContactItem.styled.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/contactItem/ContactItem.styled.jsx b/src/components/contactItem/ContactItem.styled.jsx index 4c6d4bb..b43c7bc 100644 --- a/src/components/contactItem/ContactItem.styled.jsx +++ b/src/components/contactItem/ContactItem.styled.jsx @@ -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 { @@ -22,7 +21,6 @@ export const ButtonDelete = styled(ButtonSubmit)` `; export const FirstLetterBox = styled.div` - margin-left: 5px; width: 40px; height: 40px; border-radius: 50%;