Skip to content

Commit b96b9d3

Browse files
committed
👌 use remSize on IconButton
1 parent d43fae5 commit b96b9d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/components/mobile/IconButton.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ import React from 'react';
22
import PropTypes from 'prop-types';
33
import styled from 'styled-components';
44
import Button from '../../common/Button';
5+
import { remSize } from '../../theme';
56

67
const ButtonWrapper = styled(Button)`
7-
width: 3rem;
8+
width: ${remSize(48)};
89
> svg {
910
width: 100%;
1011
height: 100%;

0 commit comments

Comments
 (0)