We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43fae5 commit b96b9d3Copy full SHA for b96b9d3
client/components/mobile/IconButton.jsx
@@ -2,9 +2,10 @@ import React from 'react';
2
import PropTypes from 'prop-types';
3
import styled from 'styled-components';
4
import Button from '../../common/Button';
5
+import { remSize } from '../../theme';
6
7
const ButtonWrapper = styled(Button)`
-width: 3rem;
8
+width: ${remSize(48)};
9
> svg {
10
width: 100%;
11
height: 100%;
0 commit comments