SearchUserList.style.js 190 B

123456789
  1. import styled from "styled-components";
  2. export const SearchUserListWrapper = styled.ul`
  3. margin: 0;
  4. padding: 0;
  5. list-style-type: none;
  6. height: 400px;
  7. overflow: hidden;
  8. `;