MessageOptions.style.js 229 B

12345678910111213141516
  1. import styled from 'styled-components';
  2. export const MessageOptionsWrapper = styled.ul`
  3. `;
  4. export const MessageOptionsItem = styled.li`
  5. `;
  6. export const ImgIcon = styled.img`
  7. height: 16px;
  8. margin-right: 20px;
  9. `;