Use em for all

This commit is contained in:
Fabio Berger
2018-10-19 19:38:20 +01:00
parent ce4da870d7
commit b49e5c76e4
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ export class MenuItem extends React.Component<MenuItemProps, MenuItemState> {
>
<Button
borderRadius="4px"
padding="0.4em 6px"
padding="0.4em 0.375em"
width="100%"
backgroundColor={isActive ? colors.lightLinkBlue : colors.grey100}
fontSize="14px"