Merge pull request #347 from trezor/fix/remove-menu-items-shadow

Fix/remove shadow from menu items
pull/348/head
Vladimir Volek 5 years ago committed by GitHub
commit 3f7c504e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,6 @@ import { FONT_SIZE } from 'config/variables';
const Wrapper = styled.div`
background: ${colors.WHITE};
box-shadow: 0 3px 8px rgba(0,0,0,0.06);
`;
const Item = styled.div`

Loading…
Cancel
Save