Skip to content

Commit

Permalink
chore: 중복되는 css 제거(#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgksqkr committed Jun 19, 2024
1 parent 46b8946 commit 2ff5eea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/search/searchInput/SearchInput.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ export const SearchBarInput = styled.input`
outline: none;
}
`;

export const NoResultWrapper = styled.span`
padding: 15px;
font-size: 1.4rem;
box-shadow: 2px 2px 2px black;
`;

0 comments on commit 2ff5eea

Please sign in to comment.