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 e9ad261 commit aa0ab1aCopy full SHA for aa0ab1a
client/modules/Mobile/MobileDashboardView.jsx
@@ -22,7 +22,7 @@ const EXAMPLE_USERNAME = 'p5';
22
const FooterTab = styled(Link)`
23
background: ${props => prop(props.selected ? 'backgroundColor' : 'MobilePanel.default.foreground')};
24
color: ${props => prop(`MobilePanel.default.${props.selected ? 'foreground' : 'background'}`)};
25
- padding: ${remSize(16)};
+ padding: ${remSize(8)} ${remSize(16)};
26
width: 100%;
27
display: flex;
28
`;
0 commit comments