👌 use remSize on IconButton

This commit is contained in:
ghalestrilo 2020-06-30 16:41:26 -03:00
parent d43fae592d
commit b96b9d350a
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@ import React from 'react';
import PropTypes from 'prop-types';
import styled from 'styled-components';
import Button from '../../common/Button';
import { remSize } from '../../theme';
const ButtonWrapper = styled(Button)`
width: 3rem;
width: ${remSize(48)};
> svg {
width: 100%;
height: 100%;