💄 make bottom tab switcher thinner
This commit is contained in:
parent
e9ad261c95
commit
aa0ab1a960
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
`;
|
||||
|
|
Loading…
Reference in a new issue