styled.ts 98 B

12345
  1. import styled from 'styled-components';
  2. export const BtnWrapper = styled.div`
  3. padding: 8px;
  4. `;