💄 make bottom tab switcher thinner

This commit is contained in:
ghalestrilo 2020-08-04 11:03:00 -03:00
parent e9ad261c95
commit aa0ab1a960
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const EXAMPLE_USERNAME = 'p5';
const FooterTab = styled(Link)`
background: ${props => prop(props.selected ? 'backgroundColor' : 'MobilePanel.default.foreground')};
color: ${props => prop(`MobilePanel.default.${props.selected ? 'foreground' : 'background'}`)};
padding: ${remSize(16)};
padding: ${remSize(8)} ${remSize(16)};
width: 100%;
display: flex;
`;