Skip to content

Commit

Permalink
chore: removed coments
Browse files Browse the repository at this point in the history
  • Loading branch information
hdJerry committed Aug 11, 2023
1 parent 5ab5734 commit c9a05fd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ export const FiltersWrapper = styled.div`
`;

export const SearchTextInput = styled.input`
// width: 100%;
font-size: 16px;
padding: 8px 12px;
border-radius: 8px;
background-color: #fff;
color: ${colors.gray500};
border: 1px solid ${colors.gray300};
flex: 1;
// flex-shrink: 1;
`;

export const RepoBtn = styled.button`
Expand All @@ -49,7 +47,6 @@ export const RepoBtn = styled.button`
border-radius: 8px;
flex-direction: row;
align-items: center;
// flex-grow: 1;
justify-content: center;
background-color: ${colors.primaryGreen};
outline: none;
Expand Down

0 comments on commit c9a05fd

Please sign in to comment.