author.tsx 178 B

12345678
  1. import styled from '@emotion/styled';
  2. const ActivityAuthor = styled('span')`
  3. font-weight: 600;
  4. font-size: ${p => p.theme.fontSizeMedium};
  5. `;
  6. export default ActivityAuthor;