ListItem.styled.ts 138 B

123456
  1. import styled from 'styled-components';
  2. export const ToggleButton = styled.td`
  3. padding: 8px 8px 8px 16px !important;
  4. width: 30px;
  5. `;