Skip to content

Commit aa0ab1a

Browse files
committed
💄 make bottom tab switcher thinner
1 parent e9ad261 commit aa0ab1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/Mobile/MobileDashboardView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const EXAMPLE_USERNAME = 'p5';
2222
const FooterTab = styled(Link)`
2323
background: ${props => prop(props.selected ? 'backgroundColor' : 'MobilePanel.default.foreground')};
2424
color: ${props => prop(`MobilePanel.default.${props.selected ? 'foreground' : 'background'}`)};
25-
padding: ${remSize(16)};
25+
padding: ${remSize(8)} ${remSize(16)};
2626
width: 100%;
2727
display: flex;
2828
`;

0 commit comments

Comments
 (0)